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

/external/webkit/WebCore/bindings/js/
H A DJSHTMLIFrameElementCustom.cpp51 Document* contentDocument = imp->contentDocument(); local
52 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
H A DJSHTMLFrameElementCustom.cpp47 Document* contentDocument = imp->contentDocument(); local
48 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
H A DJSAttrCustom.cpp51 Document* contentDocument = static_cast<HTMLFrameElementBase*>(ownerElement)->contentDocument(); local
52 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
H A DJSElementCustom.cpp69 Document* contentDocument = static_cast<HTMLFrameElementBase*>(element)->contentDocument(); local
70 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
/external/webkit/WebCore/html/
H A DHTMLFrameOwnerElement.cpp58 Document* HTMLFrameOwnerElement::contentDocument() const function in class:WebCore::HTMLFrameOwnerElement
82 Document* doc = contentDocument();
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h528 @property(readonly, retain) DOMDocument *contentDocument; variable
570 @property(readonly, retain) DOMDocument *contentDocument; variable
715 @property(readonly, retain) DOMDocument *contentDocument; variable

Completed in 298 milliseconds