Struct xpcom::interfaces::nsIFormAutoComplete [] [src]

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

interface nsIFormAutoComplete : nsISupports

Methods

impl nsIFormAutoComplete
[src]

[src]

Cast this nsIFormAutoComplete to one of its base interfaces.

impl nsIFormAutoComplete
[src]

[src]

/**
     * Generate results for a form input autocomplete menu asynchronously.
     */

void autoCompleteSearchAsync (in AString aInputName, in AString aSearchString, in nsIDOMHTMLInputElement aField, in nsIAutoCompleteResult aPreviousResult, in nsIAutoCompleteResult aDatalistResult, in nsIFormAutoCompleteObserver aListener);

[src]

/**
     * If a search is in progress, stop it. Otherwise, do nothing. This is used
     * to cancel an existing search, for example, in preparation for a new search.
     */

void stopAutoCompleteSearch ();

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

IID: nsIID = nsID(3218716715, 2739, 19307, [158, 84, 170, 150, 31, 244, 183, 50])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFormAutoComplete
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.