Searched refs:haveStylesheetsLoaded (Results 1 – 14 of 14) sorted by relevance
107 m_hasScriptsWaitingForStylesheets = !m_document->haveStylesheetsLoaded(); in isPendingScriptReady()119 ASSERT(m_document->haveStylesheetsLoaded()); in executeParsingBlockingScript()221 ASSERT(m_document->haveStylesheetsLoaded()); in executeScriptsWaitingForStylesheets()
226 …if (!hasSourceAttribute() && m_parserInserted && !m_element->document()->haveStylesheetsLoaded()) { in prepareScript()
452 bool haveStylesheetsLoaded() const in haveStylesheetsLoaded() function
1594 if (!haveStylesheetsLoaded()) { in updateLayoutIgnorePendingStylesheets()2203 return (haveStylesheetsLoaded() && body()) in shouldScheduleLayout()2944 if (!attached() || (!m_didCalculateStyleSelector && !haveStylesheetsLoaded())) in styleSelectorChanged()
1548 if (doc->haveStylesheetsLoaded()) { in focus()
195 …host->name().isNull() || (document && (document->parsing() || !document->haveStylesheetsLoaded())); in servePendingRequests()
1423 if (!m_frame->document()->haveStylesheetsLoaded()) { in scrollToAnchor()
1247 if (allowSharing && !e->document()->haveStylesheetsLoaded() && !e->renderer()) { in styleForElement()2010 if (!e || !e->document()->haveStylesheetsLoaded()) in pseudoStyleRulesForElement()
9549 above. The second is haveStylesheetsLoaded, which indicates
34048 (WebCore::Document::haveStylesheetsLoaded):34814 (WebCore::Document::haveStylesheetsLoaded):
1562 characterSet, getElementByAccessKey, haveStylesheetsLoaded, usesDescendantRules,
10370 document()->haveStylesheetsLoaded() condition in determining whether the32903 (WebCore::Document::haveStylesheetsLoaded):
58526 (DOM::DocumentImpl::haveStylesheetsLoaded): Pretend stylesheets have loaded if
43271 …(WebCore::Document::haveStylesheetsLoaded): while in low bandwidth display mode, ignore pending st…