Struct xpcom::interfaces::inICSSValueSearch [] [src]

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

interface inICSSValueSearch : inISearchProcess

Methods

impl inICSSValueSearch
[src]

[src]

Cast this inICSSValueSearch to one of its base interfaces.

impl inICSSValueSearch
[src]

[src]

attribute nsIDOMDocument document;

[src]

attribute nsIDOMDocument document;

[src]

attribute wstring baseURL;

[src]

attribute wstring baseURL;

[src]

attribute boolean returnRelativeURLs;

[src]

attribute boolean returnRelativeURLs;

[src]

attribute boolean normalizeChromeURLs;

[src]

attribute boolean normalizeChromeURLs;

[src]

void addPropertyCriteria (in wstring aPropName);

[src]

attribute wstring textCriteria;

[src]

attribute wstring textCriteria;

Methods from Deref<Target = inISearchProcess>

[src]

Cast this inISearchProcess to one of its base interfaces.

[src]

readonly attribute boolean isActive;

[src]

readonly attribute long resultCount;

[src]

attribute boolean holdResults;

[src]

attribute boolean holdResults;

[src]

void searchSync ();

[src]

void searchAsync (in inISearchObserver aObserver);

[src]

void searchStop ();

[src]

boolean searchStep ();

[src]

AString getStringResultAt (in long aIndex);

[src]

long getIntResultAt (in long aIndex);

[src]

unsigned long getUIntResultAt (in long aIndex);

Trait Implementations

impl XpCom for inICSSValueSearch
[src]

IID: nsIID = nsID(3771965000, 7633, 4530, [129, 189, 154, 12, 17, 127, 7, 54])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for inICSSValueSearch
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.