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.cpp1351 if (enclosingFrameElement() && !allowsIndependentlyCompositedFrames(m_renderView->frameView()))
1357 HTMLFrameOwnerElement* ownerElement = enclosingFrameElement();
1388 HTMLFrameOwnerElement* RenderLayerCompositor::enclosingFrameElement() const function in WebCore::RenderLayerCompositor
/external/webkit/Source/WebCore/
DChangeLog24470 (WebCore::RenderLayerCompositor::enclosingFrameElement):