Searched defs:contentDocument (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLFrameElementCustom.cpp47 Document* contentDocument = imp->contentDocument(); local
48 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
/external/webkit/Source/WebCore/html/
H A DHTMLFrameOwnerElement.cpp71 Document* HTMLFrameOwnerElement::contentDocument() const function in class:WebCore::HTMLFrameOwnerElement
100 Document* doc = contentDocument();
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h534 @property(readonly, retain) DOMDocument *contentDocument; variable
576 @property(readonly, retain) DOMDocument *contentDocument; variable
721 @property(readonly, retain) DOMDocument *contentDocument; variable

Completed in 263 milliseconds