Struct xpcom::interfaces::nsIBrowser [] [src]

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

interface nsIBrowser : nsISupports

Methods

impl nsIBrowser
[src]

[src]

Cast this nsIBrowser to one of its base interfaces.

impl nsIBrowser
[src]

SWAP_DEFAULT: i64 = 0
/**
   * Flags for controlling the behavior of swapBrowsers
   */
/**
   * The default options. This is used for swapping browsers between windows
   */

SWAP_KEEP_PERMANENT_KEY: i64 = 1
/**
   * If this bit is set, swapping the browsers will not swap the permanentKey of
   * the browsers. This is used when performing cross process loads by swapping
   * browsers.
   */

[src]

/**
   * Gets an optional frame loader that is "related" to this browser.
   * If this exists, then we should attempt to use the same content parent as
   * this frame loader for any new tab parents.  For example, view source
   * browsers set this to the frame loader for the original content to ensure
   * they are loaded in the same process as the content.
   */

readonly attribute nsIFrameLoader sameProcessAsFrameLoader;

void dropLinks (in unsigned long linksCount, [array, size_is (linksCount)] in wstring links, in nsIPrincipal aTriggeringPrincipal);

[src]

/**
   * Swapping of frameloaders are usually initiated from a frameloader owner
   * or other components operating on frameloader owners. This is done by calling
   * swapFrameLoaders at MozFrameLoaderOwner webidl interface.
   *
   * This function aimed to provide the other way around -
   * if the swapping is initiated from frameloader itself or other platform level
   * components, it uses this interface to delegate the swapping request to
   * frameloader owners and ask them to re-initiate frameloader swapping, so that
   * frameloader owners such as <xul:browser> can setup their properties and /
   * or listeners properly on swapping.
   */

void swapBrowsers (in nsIBrowser aOtherBrowser, in unsigned long aFlags);

[src]

/**
   * Close the browser (usually means to remove a tab).
   */

void closeBrowser ();

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

IID: nsIID = nsID(350593227, 57891, 16898, [149, 232, 254, 83, 39, 81, 147, 234])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIBrowser
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.