Searched refs:didLayoutWithPendingStylesheets (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp409 if (m_renderBlock.document().didLayoutWithPendingStylesheets() && !m_renderBlock.isRenderView())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h823 bool didLayoutWithPendingStylesheets() const { return m_pendingSheetLayout == DidLayoutWithPendingSheets; } function in class:blink::Document
H A DDocument.cpp3416 if (didLayoutWithPendingStylesheets() && !m_styleEngine->hasPendingSheets()) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2023 if (m_isVisuallyNonEmpty && !m_frame->document()->didLayoutWithPendingStylesheets() && m_firstVisuallyNonEmptyLayoutCallbackPending) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp1579 if (layer->renderer()->document().didLayoutWithPendingStylesheets() && !layer->isRootLayer() && !layer->renderer()->isDocumentElement())

Completed in 901 milliseconds