Home
last modified time | relevance | path

Searched refs:m_ignorePendingStylesheets (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.cpp492 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()
DDocument.h454 return m_pendingStylesheets <= 0 || m_ignorePendingStylesheets; in haveStylesheetsLoaded()
1189 bool m_ignorePendingStylesheets; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2446024 m_ignorePendingStylesheets around the call to CSSStyleSelector::styleForElement().
DChangeLog-2005-08-2358520 (DocumentImpl::DocumentImpl): Initialize m_ignorePendingStylesheets to false.