Searched refs:shouldDisplaySeamlesslyWithParent (Results 1 – 9 of 9) sorted by relevance
125 return contentDocument() && contentDocument()->shouldDisplaySeamlesslyWithParent(); in shouldDisplaySeamlessly()
673 …isSeamlessDocument = frame().document() && frame().document()->shouldDisplaySeamlesslyWithParent(); in calculateScrollbarModesForLayout()858 …&& m_postLayoutTasksTimer.isActive() && !frame().document()->shouldDisplaySeamlesslyWithParent()) { in performPreLayoutTasks()948 if (frame().document()->shouldDisplaySeamlesslyWithParent()) { in scheduleOrPerformPostLayoutTasks()959 …ayout() || m_inSynchronousPostLayout || frame().document()->shouldDisplaySeamlesslyWithParent())) { in scheduleOrPerformPostLayoutTasks()2011 if (m_frame->ownerRenderer() && m_frame->document()->shouldDisplaySeamlesslyWithParent()) in scheduleRelayout()
1498 if (shouldDisplaySeamlesslyWithParent()) { in scheduleStyleRecalc()1570 if (shouldDisplaySeamlesslyWithParent()) in setStyleDependentState()1675 if (change == Force || (change >= Inherit && shouldDisplaySeamlesslyWithParent())) { in recalcStyle()2200 if (shouldDisplaySeamlesslyWithParent()) in implicitOpen()3212 if (childDocument->shouldDisplaySeamlesslyWithParent()) { in notifySeamlessChildDocumentsOfStylesheetUpdate()4875 if (!shouldDisplaySeamlesslyWithParent()) in seamlessParentIFrame()4881 bool Document::shouldDisplaySeamlesslyWithParent() const in shouldDisplaySeamlesslyWithParent() function in WebCore::Document
719 bool shouldDisplaySeamlesslyWithParent() const;
1450 …(frame == m_frame && name != "_self" && m_frame->document()->shouldDisplaySeamlesslyWithParent()) { in findFrameForNavigation()1452 if (!ancestor->document()->shouldDisplaySeamlesslyWithParent()) { in findFrameForNavigation()
413 …OfFlowPositioned() && (isRoot() || isBody()) && !document().shouldDisplaySeamlesslyWithParent() &&… in stretchesToViewport()
829 return element.document().shouldDisplaySeamlesslyWithParent(); in checkOne()
307 if (document() && document()->shouldDisplaySeamlesslyWithParent()) in determineAccessibilityRole()
594 bool seamlessWithParent = document.shouldDisplaySeamlesslyWithParent(); in styleForDocument()