Searched refs:didLayoutWithPendingStylesheets (Results 1 – 5 of 5) sorted by relevance
550 if (m_document.didLayoutWithPendingStylesheets() && !hasPendingSheets()) in resolverChanged()
816 …bool didLayoutWithPendingStylesheets() const { return m_pendingSheetLayout == DidLayoutWithPending… in didLayoutWithPendingStylesheets() function
2287 …if (m_isVisuallyNonEmpty && !m_frame->document()->didLayoutWithPendingStylesheets() && m_firstVisu… in performPostLayoutTasks()
1875 …if (layer->renderer()->document().didLayoutWithPendingStylesheets() && !layer->isRootLayer() && !l… in shouldSuppressPaintingLayer()
2114 if (document().didLayoutWithPendingStylesheets() && !isRenderView()) in paintContents()