HomeSort by relevance Sort by last modified time
    Searched refs:isLocalRoot (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 70 bool isLocalRoot() const;
Frame.cpp 193 bool Frame::isLocalRoot() const
LocalFrame.cpp 433 bool isLocalRoot = this->isLocalRoot();
435 if (isLocalRoot && view())
441 if (isLocalRoot) {
455 if (isLocalRoot)
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 142 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;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 312 if (frame->isLocalRoot())
    [all...]

Completed in 76 milliseconds