Searched refs:contentDocument (Results 1 – 25 of 44) sorted by relevance
12
2 PASS iframe.contentDocument.documentElement.tagName is "root"3 PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true5 PASS iframe.contentDocument.documentElement.tagName is "root"6 PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true8 PASS iframe.contentDocument.documentElement.tagName is "root"9 PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true11 FAIL iframe.contentDocument.documentElement.tagName should be root. Was html.12 PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true
47 Document* contentDocument = imp->contentDocument(); in allowSettingJavascriptURL() local48 if (contentDocument && !checkNodeSecurity(exec, contentDocument)) in allowSettingJavascriptURL()
56 if (Document* doc = static_cast<HTMLFrameElement*>(frame)->contentDocument()) { in nameGetter()
91 if (Document* contentDocument = element->contentDocument()) { in requiresAcceleratedCompositing() local92 if (RenderView* view = contentDocument->renderView()) in requiresAcceleratedCompositing()
29 if (iframes[j].contentDocument && iframes[j].contentDocument.body) {30 iframes[j].contentDocument.body.style.display = display;
71 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument() function in WebCore::HTMLFrameOwnerElement100 Document* doc = contentDocument(); in getSVGDocument()
43 Document* contentDocument() const;
35 readonly attribute [CheckFrameSecurity] Document contentDocument;
37 readonly attribute [CheckFrameSecurity] Document contentDocument;
52 readonly attribute [CheckFrameSecurity] Document contentDocument;
69 Document* contentDoc = this->contentDocument(); in isURLAllowed()
54 Document* doc = static_cast<HTMLFrameElement*>(frameNode)->contentDocument(); in namedPropertyGetter()
99 cd = testNode.contentDocument;
102 cd = testNode.contentDocument;
101 cd = testNode.contentDocument;
106 cd = testNode.contentDocument;
103 cd = testNode.contentDocument;
192 return [[self contentDocument] webFrame];201 return [[self contentDocument] webFrame];224 return [[self contentDocument] webFrame];
16 this._doc = iframe.contentDocument;
132 Node* contentDoc = frame->contentDocument(); in allowSettingFrameSrcToJavascriptUrl()
41 // The value of frame.contentDocument property for FRAME and IFRAME elements.
151 var contentDoc = iframes[i].contentDocument;
1107 if ([element respondsToSelector:@selector(contentDocument)]) {1108 DOMDocument *contentDocument = [(DOMHTMLFrameElement *)element contentDocument];1109 if (contentDocument) [self _traverseNode:contentDocument depth:depth + 1 embedded:YES];1113 if ([element respondsToSelector:@selector(contentDocument)]) {1114 DOMDocument *contentDocument = [(DOMHTMLIFrameElement *)element contentDocument];1115 if (contentDocument) {1116 [self _traverseNode:contentDocument depth:depth + 1 embedded:YES];
380 m_domListener->didRemoveDocument(frameOwner->contentDocument()); in unbind()1052 value->setString("documentURL", documentURLString(frameOwner->contentDocument())); in buildObjectForNode()1132 Document* doc = frameOwner->contentDocument(); in innerFirstChild()