Struct xpcom::interfaces::nsIWebBrowserChromeFocus [] [src]

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

interface nsIWebBrowserChromeFocus : nsISupports

/**
 * The nsIWebBrowserChromeFocus is implemented by the same object as the
 * nsIEmbeddingSiteWindow. It represents the focus up-calls from mozilla
 * to the embedding chrome. See mozilla bug #70224 for gratuitous info.
 */

Methods

impl nsIWebBrowserChromeFocus
[src]

[src]

Cast this nsIWebBrowserChromeFocus to one of its base interfaces.

impl nsIWebBrowserChromeFocus
[src]

[src]

/**
     * Set the focus at the next focusable element in the chrome. If
     * aForDocumentNavigation is true, this was a document navigation, so
     * focus the parent window.
     */

void focusNextElement (in bool aForDocumentNavigation);

[src]

/**
     * Set the focus at the previous focusable element in the chrome.
     */

void focusPrevElement (in bool aForDocumentNavigation);

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

IID: nsIID = nsID(2491100902, 20973, 19499, [159, 69, 66, 108, 39, 202, 132, 198])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWebBrowserChromeFocus
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.