Struct xpcom::interfaces::nsIFormFillController [] [src]

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

interface nsIFormFillController : nsISupports

Methods

impl nsIFormFillController
[src]

[src]

Cast this nsIFormFillController to one of its base interfaces.

impl nsIFormFillController
[src]

[src]

readonly attribute nsIDOMHTMLInputElement focusedInput;

[src]

void attachToBrowser (in nsIDocShell docShell, in nsIAutoCompletePopup popup);

[src]

void detachFromBrowser (in nsIDocShell docShell);

[src]

void markAsLoginManagerField (in nsIDOMHTMLInputElement aInput);

[src]

void markAsAutofillField (in nsIDOMHTMLInputElement aInput);

[src]

void showPopup ();

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

IID: nsIID = nsID(133210332, 63209, 19677, [165, 95, 86, 215, 112, 82, 58, 76])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFormFillController
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.