isMainFrame 44 Source/bindings/v8/V8GCForContextDispose.cpp void V8GCForContextDispose::notifyContextDisposed(bool isMainFrame) isMainFrame 46 Source/bindings/v8/V8GCForContextDispose.cpp m_didDisposeContextForMainFrame = m_didDisposeContextForMainFrame || isMainFrame; isMainFrame 41 Source/bindings/v8/V8GCForContextDispose.h void notifyContextDisposed(bool isMainFrame); isMainFrame 109 Source/bindings/v8/V8WindowShell.cpp V8GCForContextDispose::instanceTemplate().notifyContextDisposed(m_frame->isMainFrame()); isMainFrame 192 Source/core/css/FontFaceSet.cpp if (document()->frame()->isMainFrame() && m_loadingFonts.isEmpty()) isMainFrame 3082 Source/core/dom/Document.cpp if (frame() && frame()->isMainFrame()) { isMainFrame 4459 Source/core/dom/Document.cpp if (frame() && frame()->isMainFrame()) { isMainFrame 243 Source/core/frame/DOMWindow.cpp return frame->isMainFrame(); isMainFrame 411 Source/core/frame/DOMWindow.cpp if (m_frame->isMainFrame()) { isMainFrame 931 Source/core/frame/DOMWindow.cpp if (m_frame->isMainFrame() && allowFocus) isMainFrame 946 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) isMainFrame 1420 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) isMainFrame 1435 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) isMainFrame 1450 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) isMainFrame 1465 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) isMainFrame 72 Source/core/frame/Frame.h bool isMainFrame() const; isMainFrame 162 Source/core/frame/FrameView.cpp if (!isMainFrame()) isMainFrame 372 Source/core/frame/FrameView.cpp if (isMainFrame() && m_frame->settings()->textAutosizingEnabled()) { isMainFrame 430 Source/core/frame/FrameView.cpp if (!settings->allowCustomScrollbarInMainFrame() && isMainFrame()) isMainFrame 537 Source/core/frame/FrameView.cpp if (m_frame->settings()->ignoreMainFrameOverflowHiddenQuirk() && m_frame->isMainFrame()) isMainFrame 1380 Source/core/frame/FrameView.cpp if (isMainFrame()) isMainFrame 1800 Source/core/frame/FrameView.cpp if (isMainFrame() && m_frame->document()) { isMainFrame 2162 Source/core/frame/FrameView.cpp if (isMainFrame()) isMainFrame 2499 Source/core/frame/FrameView.cpp if (!isMainFrame()) isMainFrame 2595 Source/core/frame/FrameView.cpp bool needsBackgorund = isMainFrame(); isMainFrame 2607 Source/core/frame/FrameView.cpp bool needsBackgorund = bar->isCustomScrollbar() && isMainFrame(); isMainFrame 2831 Source/core/frame/FrameView.cpp if (isMainFrame()) { isMainFrame 3255 Source/core/frame/FrameView.cpp return m_frame->isMainFrame(); isMainFrame 411 Source/core/frame/FrameView.h bool isMainFrame() const; isMainFrame 155 Source/core/frame/LocalFrame.cpp if (m_view && isMainFrame()) isMainFrame 338 Source/core/frame/LocalFrame.cpp bool isMainFrame = this->isMainFrame(); isMainFrame 340 Source/core/frame/LocalFrame.cpp if (isMainFrame && view()) isMainFrame 346 Source/core/frame/LocalFrame.cpp if (isMainFrame) { isMainFrame 361 Source/core/frame/LocalFrame.cpp if (isMainFrame) isMainFrame 470 Source/core/frame/LocalFrame.cpp ASSERT(isMainFrame()); isMainFrame 365 Source/core/html/ImageDocument.cpp return frame()->settings()->shrinksStandaloneImagesToFit() && frame()->isMainFrame(); isMainFrame 1762 Source/core/inspector/InspectorDOMAgent.cpp if (!frame->isMainFrame()) isMainFrame 846 Source/core/inspector/InspectorPageAgent.cpp if (!frame->isMainFrame()) isMainFrame 853 Source/core/inspector/InspectorPageAgent.cpp if (!frame->isMainFrame()) isMainFrame 850 Source/core/inspector/InspectorTimelineAgent.cpp bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame()); isMainFrame 851 Source/core/inspector/InspectorTimelineAgent.cpp appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkDOMContent, false, frame); isMainFrame 852 Source/core/inspector/InspectorTimelineAgent.cpp if (isMainFrame) isMainFrame 858 Source/core/inspector/InspectorTimelineAgent.cpp bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame()); isMainFrame 859 Source/core/inspector/InspectorTimelineAgent.cpp appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkLoad, false, frame); isMainFrame 215 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createMarkData(bool isMainFrame) isMainFrame 218 Source/core/inspector/TimelineRecordFactory.cpp data->setBoolean("isMainFrame", isMainFrame); isMainFrame 72 Source/core/inspector/TimelineRecordFactory.h static PassRefPtr<JSONObject> createMarkData(bool isMainFrame); isMainFrame 82 Source/core/loader/FrameFetchContext.cpp if (isMainResource && m_frame->isMainFrame()) isMainFrame 205 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame() && !m_frame->page()->inspectorController().deviceEmulationEnabled()) isMainFrame 213 Source/core/loader/FrameLoader.cpp ASSERT(m_frame->isMainFrame()); isMainFrame 903 Source/core/loader/FrameLoader.cpp return m_frame->isMainFrame(); isMainFrame 1008 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame() && m_currentItem->pageScaleFactor()) isMainFrame 1013 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame()) { isMainFrame 177 Source/core/page/AutoscrollController.cpp if (!frame->isMainFrame()) isMainFrame 3827 Source/core/page/EventHandler.cpp if (event.button() != LeftButton || !m_frame->isMainFrame()) isMainFrame 309 Source/core/page/scrolling/ScrollingCoordinator.cpp bool isMainFrame = isForMainFrame(scrollableArea); isMainFrame 310 Source/core/page/scrolling/ScrollingCoordinator.cpp if (!isMainFrame && platformSupportsMainFrameOnly) isMainFrame 342 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollbarGraphicsLayer->setContentsOpaque(isMainFrame && isOpaqueScrollbar); isMainFrame 464 Source/core/rendering/FastTextAutosizer.cpp ASSERT(!enabled() || m_document->frame()->isMainFrame()); isMainFrame 342 Source/core/rendering/RenderGeometryMap.cpp return renderer->frame()->isMainFrame(); isMainFrame 954 Source/core/rendering/RenderView.cpp if (!m_frameView || !m_frameView->isMainFrame()) isMainFrame 178 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (layer.isRootLayer() && renderer()->frame()->isMainFrame()) isMainFrame 74 Source/core/rendering/compositing/CompositingReasonFinder.cpp if (isMainFrame()) isMainFrame 38 Source/core/rendering/compositing/CompositingReasonFinder.h bool isMainFrame() const; isMainFrame 255 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (forceCompositingMode && !isMainFrame()) isMainFrame 338 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (frameCompositor && !frameCompositor->isMainFrame()) isMainFrame 440 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (isMainFrame() && m_renderView.frameView()) isMainFrame 539 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && isMainFrame()) { isMainFrame 560 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (needsToUpdateScrollingCoordinator && isMainFrame() && scrollingCoordinator() && inCompositingMode()) isMainFrame 564 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (isMainFrame()) isMainFrame 619 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (layer->isRootLayer() && isMainFrame()) { isMainFrame 1282 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (isMainFrame() || settings->compositedScrollingForFramesEnabled()) isMainFrame 1465 Source/core/rendering/compositing/RenderLayerCompositor.cpp RootLayerAttachment attachment = isMainFrame() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame; isMainFrame 1750 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (!isMainFrame()) isMainFrame 1828 Source/core/rendering/compositing/RenderLayerCompositor.cpp RootLayerAttachment expectedAttachment = isMainFrame() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame; isMainFrame 1851 Source/core/rendering/compositing/RenderLayerCompositor.cpp bool containerMasksToBounds = !isMainFrame(); isMainFrame 287 Source/core/rendering/compositing/RenderLayerCompositor.h bool isMainFrame() const; isMainFrame 1176 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setScrollableArea(ScrollableArea* scrollableArea, bool isMainFrame) isMainFrame 1187 Source/platform/graphics/GraphicsLayer.cpp if (isMainFrame) isMainFrame 285 Source/platform/graphics/GraphicsLayer.h void setScrollableArea(ScrollableArea*, bool isMainFrame); isMainFrame 1753 Source/web/WebFrameImpl.cpp bool isMainFrame = webView->mainFrameImpl()->frame() == frame(); isMainFrame 1754 Source/web/WebFrameImpl.cpp if (isMainFrame) isMainFrame 1758 Source/web/WebFrameImpl.cpp if (webView->shouldAutoResize() && isMainFrame) isMainFrame 1763 Source/web/WebFrameImpl.cpp if (isMainFrame)