Searched refs:isLocalRoot (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.h70 bool isLocalRoot() const;
H A DFrame.cpp193 bool Frame::isLocalRoot() const function in class:blink::Frame
H A DLocalFrame.cpp433 bool isLocalRoot = this->isLocalRoot(); local
435 if (isLocalRoot && view())
441 if (isLocalRoot) {
455 if (isLocalRoot)
H A DFrameView.cpp2646 if (view->compositor()->inCompositingMode() && m_frame->isLocalRoot())
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp142 return m_renderView.frame()->isLocalRoot() || m_compositingReasonFinder.requiresCompositingForScrollableFrame();
259 bool isLocalRoot = m_renderView.frame()->isLocalRoot();
262 if (isLocalRoot) {
277 if (!isLocalRoot)
430 if (layer->isRootLayer() && m_renderView.frame()->isLocalRoot()) {
535 if (m_renderView.frame()->isLocalRoot() || settings->preferCompositingToLCDTextEnabled())
711 RootLayerAttachment attachment = m_renderView.frame()->isLocalRoot() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame;
910 if (m_renderView.frame()->isLocalRoot()) {
976 RootLayerAttachment expectedAttachment = m_renderView.frame()->isLocalRoot()
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp1633 bool isLocalRoot = frame()->isLocalRoot(); local
1634 if (isLocalRoot)
1638 if (webView->shouldAutoResize() && isLocalRoot)
1643 if (isLocalRoot)
H A DWebViewImpl.cpp1665 if (frame->isLocalRoot())
3882 if (!m_client || !webframe->frame()->isLocalRoot())
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp312 if (frame->isLocalRoot())

Completed in 348 milliseconds