Struct xpcom::interfaces::nsIFrameScriptLoader [] [src]

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

interface nsIFrameScriptLoader : nsISupports

Methods

impl nsIFrameScriptLoader
[src]

[src]

Cast this nsIFrameScriptLoader to one of its base interfaces.

impl nsIFrameScriptLoader
[src]

[src]

/**
   * Load a script in the (remote) frame. aURL must be the absolute URL.
   * data: URLs are also supported. For example data:,dump("foo\n");
   * If aAllowDelayedLoad is true, script will be loaded when the
   * remote frame becomes available. Otherwise the script will be loaded
   * only if the frame is already available.
   */

void loadFrameScript (in AString aURL, in boolean aAllowDelayedLoad, [optional] in boolean aRunInGlobalScope);

[src]

/**
   * Removes aURL from the list of scripts which support delayed load.
   */

void removeDelayedFrameScript (in AString aURL);

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 nsIFrameScriptLoader
[src]

IID: nsIID = nsID(3210822763, 47652, 19229, [136, 199, 79, 148, 114, 75, 156, 225])

[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 nsIFrameScriptLoader
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFrameScriptLoader
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.