Struct xpcom::interfaces::nsIProcessScriptLoader [] [src]

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

interface nsIProcessScriptLoader : nsISupports

Methods

impl nsIProcessScriptLoader
[src]

[src]

Cast this nsIProcessScriptLoader to one of its base interfaces.

impl nsIProcessScriptLoader
[src]

[src]

/**
   * Load a script in the (possibly remote) process. 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 loadProcessScript (in AString aURL, in boolean aAllowDelayedLoad);

[src]

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

void removeDelayedProcessScript (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 nsIProcessScriptLoader
[src]

IID: nsIID = nsID(2115901984, 45647, 4580, [171, 39, 8, 0, 32, 12, 154, 102])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProcessScriptLoader
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.