Struct xpcom::interfaces::nsIWebBrowserFindInFrames [] [src]

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

interface nsIWebBrowserFindInFrames : nsISupports

/**
 * nsIWebBrowserFindInFrames
 *
 * Controls how find behaves when multiple frames or iframes are present.
 *
 * Get by doing a QueryInterface from nsIWebBrowserFind.
 */

Methods

impl nsIWebBrowserFindInFrames
[src]

[src]

Cast this nsIWebBrowserFindInFrames to one of its base interfaces.

impl nsIWebBrowserFindInFrames
[src]

[src]

/**
     * currentSearchFrame
     *
     * Frame at which to start the search. Once the search is done, this will
     * be set to be the last frame searched, whether or not a result was found.
     * Has to be equal to or contained within the rootSearchFrame.
     */

attribute mozIDOMWindowProxy currentSearchFrame;

[src]

/**
     * currentSearchFrame
     *
     * Frame at which to start the search. Once the search is done, this will
     * be set to be the last frame searched, whether or not a result was found.
     * Has to be equal to or contained within the rootSearchFrame.
     */

attribute mozIDOMWindowProxy currentSearchFrame;

[src]

/**
     * rootSearchFrame
     *
     * Frame within which to confine the search (normally the content area frame).
     * Set this to only search a subtree of the frame hierarchy.
     */

attribute mozIDOMWindowProxy rootSearchFrame;

[src]

/**
     * rootSearchFrame
     *
     * Frame within which to confine the search (normally the content area frame).
     * Set this to only search a subtree of the frame hierarchy.
     */

attribute mozIDOMWindowProxy rootSearchFrame;

[src]

/**
     * searchSubframes
     *
     * Whether to recurse down into subframes while searching. Default is true.
     *
     * Setting nsIWebBrowserfind.searchFrames to true sets this to true.
     */

attribute boolean searchSubframes;

[src]

/**
     * searchSubframes
     *
     * Whether to recurse down into subframes while searching. Default is true.
     *
     * Setting nsIWebBrowserfind.searchFrames to true sets this to true.
     */

attribute boolean searchSubframes;

[src]

/**
     * searchParentFrames
     *
     * Whether to allow the search to propagate out of the currentSearchFrame into its
     * parent frame(s). Search is always confined within the rootSearchFrame. Default
     * is true.
     *
     * Setting nsIWebBrowserfind.searchFrames to true sets this to true.
     */

attribute boolean searchParentFrames;

[src]

/**
     * searchParentFrames
     *
     * Whether to allow the search to propagate out of the currentSearchFrame into its
     * parent frame(s). Search is always confined within the rootSearchFrame. Default
     * is true.
     *
     * Setting nsIWebBrowserfind.searchFrames to true sets this to true.
     */

attribute boolean searchParentFrames;

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

IID: nsIID = nsID(3774206338, 13500, 4565, [190, 91, 183, 96, 103, 108, 110, 188])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWebBrowserFindInFrames
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.