Struct xpcom::interfaces::nsIGlobalProcessScriptLoader [] [src]

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

interface nsIGlobalProcessScriptLoader : nsIProcessScriptLoader

Methods

impl nsIGlobalProcessScriptLoader
[src]

[src]

Cast this nsIGlobalProcessScriptLoader to one of its base interfaces.

Methods from Deref<Target = nsIProcessScriptLoader>

[src]

Cast this nsIProcessScriptLoader to one of its base interfaces.

[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);

Trait Implementations

impl XpCom for nsIGlobalProcessScriptLoader
[src]

IID: nsIID = nsID(1530464083, 43955, 18864, [174, 59, 184, 3, 218, 181, 129, 68])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGlobalProcessScriptLoader
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.