Search completed in 1.09 seconds.
1 results for "setWindowValue":
nsISessionStore
MozillaTechXPCOMReferenceInterfacensISessionStore
void persisttabattribute(in astring aname); void restorelastsession(); void setbrowserstate(in astring astate); void settabstate(in nsidomnode atab, in astring astate); void settabvalue(in nsidomnode atab, in astring akey, in astring astringvalue); void setwindowstate(in nsidomwindow awindow, in astring astate, in boolean aoverwrite); void setwindowvalue(in nsidomwindow awindow, in astring akey, in astring astringvalue); nsidomnode undoclosetab(in nsidomwindow awindow, in unsigned long aindex); nsidomwindow undoclosewindow(in unsigned long aindex); attributes attribute type description canrestorelastsession boolean is it possible to restore the previous session.
... return value the string value that was previously assigned to akey using nsisessionstore.setwindowvalue(), or an empty string if no value is set for that key.
...nsisessionstore.setwindowvalue().
...And 2 more matches