Home
last modified time | relevance | path

Searched refs:enclosingFrameElement (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.h167 HTMLFrameOwnerElement* enclosingFrameElement() const;
DRenderLayerCompositor.cpp1315 if (enclosingFrameElement() && !allowsIndependentlyCompositedFrames(m_renderView->frameView()))
1321 HTMLFrameOwnerElement* ownerElement = enclosingFrameElement();
1352 HTMLFrameOwnerElement* RenderLayerCompositor::enclosingFrameElement() const function in WebCore::RenderLayerCompositor
/external/webkit/Source/WebCore/
DChangeLog24470 (WebCore::RenderLayerCompositor::enclosingFrameElement):