HomeSort by relevance Sort by last modified time
    Searched defs:isMainFrame (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 209 if (m_view && isMainFrame())
376 bool Frame::isMainFrame() const
458 bool isMainFrame = this->isMainFrame();
460 if (isMainFrame && view())
466 if (isMainFrame) {
481 if (isMainFrame)
571 ASSERT(isMainFrame());
FrameView.cpp 200 if (!isMainFrame())
430 if (isMainFrame() && page->settings().textAutosizingEnabled()) {
498 if (!settings->allowCustomScrollbarInMainFrame() && isMainFrame())
591 if (m_frame->settings()->ignoreMainFrameOverflowHiddenQuirk() && m_frame->isMainFrame())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 295 bool isMainFrame = isForMainFrame(scrollableArea);
296 if (!isMainFrame && platformSupportsMainFrameOnly)
325 scrollbarGraphicsLayer->setContentsOpaque(isMainFrame && isOpaqueScrollbar);
337 bool isMainFrame = isForMainFrame(scrollableArea);
338 scrollLayer->setScrollableArea(scrollableArea, isMainFrame);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 830 bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame());
831 appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkDOMContent, false, frame);
832 if (isMainFrame)
838 bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp 265 if (forceCompositingMode && !isMainFrame())
364 if (frameCompositor && !frameCompositor->isMainFrame())
375 if (updateType == CompositingUpdateFinishAllDeferredWork && isMainFrame() && m_renderView->frameView())
471 if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && isMainFrame()) {
496 if (needsToUpdateScrollingCoordinator && isMainFrame() && scrollingCoordinator() && inCompositingMode())
500 if (isMainFrame())
556 if (layer->isRootLayer() && isMainFrame()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 2019 milliseconds