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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.h125 bool haveStylesheetsLoaded() const { return !hasPendingSheets() || m_ignorePendingStylesheets; } function in class:WebCore::StyleEngine
H A DDocument.cpp2500 return (haveStylesheetsLoaded() && body())
5132 bool Document::haveStylesheetsLoaded() const function in class:WebCore::Document
5134 return m_styleEngine->haveStylesheetsLoaded();

Completed in 185 milliseconds