Struct xpcom::interfaces::nsIInProcessContentFrameMessageManager
[−]
[src]
#[repr(C)]pub struct nsIInProcessContentFrameMessageManager { /* fields omitted */ }
interface nsIInProcessContentFrameMessageManager : nsIContentFrameMessageManager
Methods
impl nsIInProcessContentFrameMessageManager
[src]
pub fn coerce<T: nsIInProcessContentFrameMessageManagerCoerce>(&self) -> &T
[src]
Cast this nsIInProcessContentFrameMessageManager
to one of its base interfaces.
impl nsIInProcessContentFrameMessageManager
[src]
pub unsafe fn GetOwnerContent(&self) -> *const nsIContent
[src]
[notxpcom] nsIContent getOwnerContent ();
pub unsafe fn CacheFrameLoader(
&self,
aFrameLoader: *const nsIFrameLoader
) -> c_void
[src]
&self,
aFrameLoader: *const nsIFrameLoader
) -> c_void
[notxpcom] void cacheFrameLoader (in nsIFrameLoader aFrameLoader);
Methods from Deref<Target = nsIContentFrameMessageManager>
pub fn coerce<T: nsIContentFrameMessageManagerCoerce>(&self) -> &T
[src]
Cast this nsIContentFrameMessageManager
to one of its base interfaces.
pub unsafe fn GetContent(
&self,
aContent: *mut *const mozIDOMWindowProxy
) -> nsresult
[src]
&self,
aContent: *mut *const mozIDOMWindowProxy
) -> nsresult
/**
* The current top level window in the frame or null.
*/
readonly attribute mozIDOMWindowProxy content;
pub unsafe fn GetDocShell(&self, aDocShell: *mut *const nsIDocShell) -> nsresult
[src]
/**
* The top level docshell or null.
*/
readonly attribute nsIDocShell docShell;
pub unsafe fn GetTabEventTarget(
&self,
aTabEventTarget: *mut *const nsIEventTarget
) -> nsresult
[src]
&self,
aTabEventTarget: *mut *const nsIEventTarget
) -> nsresult
/**
* Returns the SchedulerEventTarget corresponding to the TabGroup
* for this frame.
*/
readonly attribute nsIEventTarget tabEventTarget;
Trait Implementations
impl XpCom for nsIInProcessContentFrameMessageManager
[src]
const IID: nsIID
IID: nsIID = nsID(3013227300, 46452, 20357, [140, 219, 39, 77, 4, 248, 7, 239])
fn query_interface<T: XpCom>(&self) -> Option<RefPtr<T>>
[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 nsIInProcessContentFrameMessageManager
[src]
unsafe fn addref(&self)
[src]
Increment the reference count.
unsafe fn release(&self)
[src]
Decrement the reference count, potentially freeing backing memory.
impl Deref for nsIInProcessContentFrameMessageManager
[src]
type Target = nsIContentFrameMessageManager
The resulting type after dereferencing.
fn deref(&self) -> &nsIContentFrameMessageManager
[src]
Dereferences the value.