Searched refs:NoLayoutWithPendingSheets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h821 enum PendingSheetLayout { NoLayoutWithPendingSheets, DidLayoutWithPendingSheets, IgnoreLayoutWithPendingSheets }; enumerator in enum:blink::Document::PendingSheetLayout
H A DDocument.cpp445 , m_pendingSheetLayout(NoLayoutWithPendingSheets)
1977 if (bodyElement && !bodyElement->renderer() && m_pendingSheetLayout == NoLayoutWithPendingSheets) {

Completed in 240 milliseconds