Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h821 …enum PendingSheetLayout { NoLayoutWithPendingSheets, DidLayoutWithPendingSheets, IgnoreLayoutWithP… enumerator
DDocument.cpp445 , m_pendingSheetLayout(NoLayoutWithPendingSheets) in Document()
1977 …if (bodyElement && !bodyElement->renderer() && m_pendingSheetLayout == NoLayoutWithPendingSheets) { in updateLayoutIgnorePendingStylesheets()