Searched refs:m_ignorePendingStylesheets (Results 1 – 4 of 4) sorted by relevance
492 m_ignorePendingStylesheets = false; in Document()1592 bool oldIgnore = m_ignorePendingStylesheets; in updateLayoutIgnorePendingStylesheets()1595 m_ignorePendingStylesheets = true; in updateLayoutIgnorePendingStylesheets()1614 m_ignorePendingStylesheets = oldIgnore; in updateLayoutIgnorePendingStylesheets()1621 bool oldIgnore = m_ignorePendingStylesheets; in styleForElementIgnoringPendingStylesheets()1622 m_ignorePendingStylesheets = true; in styleForElementIgnoringPendingStylesheets()1624 m_ignorePendingStylesheets = oldIgnore; in styleForElementIgnoringPendingStylesheets()
454 return m_pendingStylesheets <= 0 || m_ignorePendingStylesheets; in haveStylesheetsLoaded()1189 bool m_ignorePendingStylesheets; variable
46024 m_ignorePendingStylesheets around the call to CSSStyleSelector::styleForElement().
58520 (DocumentImpl::DocumentImpl): Initialize m_ignorePendingStylesheets to false.