Home
last modified time | relevance | path

Searched defs:contentDocument (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPart.cpp73 if (Document* contentDocument = element->contentDocument()) { in requiresAcceleratedCompositing() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp172 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument() function in blink::HTMLFrameOwnerElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp170 Document* contentDocument = &document; in findFullscreenVideoRenderer() local
619 if (Document* contentDocument = element->contentDocument()) { in frameContentsCompositor() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp365 Document* contentDocument = toHTMLFrameOwnerElement(node)->contentDocument(); in unbind() local