Struct xpcom::interfaces::nsISessionStoreUtils [] [src]

#[repr(C)]
pub struct nsISessionStoreUtils { /* fields omitted */ }

interface nsISessionStoreUtils : nsISupports

/**
 * SessionStore utility functions implemented in C++ for performance reasons.
 */

Methods

impl nsISessionStoreUtils
[src]

[src]

Cast this nsISessionStoreUtils to one of its base interfaces.

impl nsISessionStoreUtils
[src]

[src]

/**
   * Calls the given |callback| once for each non-dynamic child frame of the
   * given |window|.
   */

void forEachNonDynamicChildFrame (in mozIDOMWindowProxy window, in nsISessionStoreUtilsFrameCallback callback);

[src]

/**
   * Creates and returns an event listener that filters events from dynamic
   * docShells. It forwards those from non-dynamic docShells to the given
   * |listener|.
   *
   * This is implemented as a native filter, rather than a JS-based one, for
   * performance reasons.
   */

nsIDOMEventListener createDynamicFrameEventFilter (in nsIDOMEventListener listener);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsISessionStoreUtils
[src]

IID: nsIID = nsID(736381167, 51075, 17886, [160, 223, 68, 43, 204, 187, 69, 50])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsISessionStoreUtils
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISessionStoreUtils
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.