Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:isMainFrame

445     if (m_frame->isMainFrame() && m_frame->coreFrame()->loader()->loadType() == FrameLoadTypeStandard) {
1092 bool isMainFrame = webPage->mainFrame() == m_frame;
1095 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);
1103 bool isMainFrame = webPage->mainFrame() == m_frame;
1107 m_frame->coreFrame()->createView(webPage->size(), backgroundColor, false, webPage->resizesToContentsLayoutSize(), isMainFrame && webPage->resizesToContentsEnabled());
1109 if (isMainFrame && webPage->resizesToContentsEnabled()) {
1118 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);
1132 if (m_frame->isMainFrame())
1144 if (m_frame->isMainFrame())
1385 if (!m_frame->isMainFrame())