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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp172 Document* HTMLFrameOwnerElement::contentDocument() const function in class:blink::HTMLFrameOwnerElement
199 Document* doc = contentDocument();
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp170 Document* contentDocument = &document; local
172 contentDocument = toHTMLFrameOwnerElement(fullscreenElement)->contentDocument();
173 if (!contentDocument)
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
178 fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
619 if (Document* contentDocument = element->contentDocument()) {
620 if (RenderView* view = contentDocument->renderView())
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp365 Document* contentDocument = toHTMLFrameOwnerElement(node)->contentDocument(); local
367 m_domListener->didRemoveDocument(contentDocument);
368 if (contentDocument)
369 unbind(contentDocument, nodesMap);
1611 if (Document* doc = frameOwner->contentDocument())

Completed in 399 milliseconds