Home
last modified time | relevance | path

Searched defs:haveStylesheetsLoaded (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.h120 bool haveStylesheetsLoaded() const { return !hasPendingSheets() || m_ignorePendingStylesheets; } in haveStylesheetsLoaded() function
DDocument.cpp5500 bool Document::haveStylesheetsLoaded() const in haveStylesheetsLoaded() function in blink::Document