Struct xpcom::interfaces::nsIReflowObserver [] [src]

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

interface nsIReflowObserver : nsISupports

Methods

impl nsIReflowObserver
[src]

[src]

Cast this nsIReflowObserver to one of its base interfaces.

impl nsIReflowObserver
[src]

[src]

/**
   * Called when an uninterruptible reflow has occurred.
   *
   * @param start timestamp when reflow ended, in milliseconds since
   *              navigationStart (accurate to 1/1000 of a ms)
   * @param end   timestamp when reflow ended, in milliseconds since
   *              navigationStart (accurate to 1/1000 of a ms)
   */

void reflow (in DOMHighResTimeStamp start, in DOMHighResTimeStamp end);

[src]

/**
   * Called when an interruptible reflow has occurred.
   *
   * @param start timestamp when reflow ended, in milliseconds since
   *              navigationStart (accurate to 1/1000 of a ms)
   * @param end   timestamp when reflow ended, in milliseconds since
   *              navigationStart (accurate to 1/1000 of a ms)
   */

void reflowInterruptible (in DOMHighResTimeStamp start, in DOMHighResTimeStamp end);

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

IID: nsIID = nsID(2200856876, 50342, 4578, [143, 209, 220, 230, 120, 149, 122, 57])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIReflowObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.