Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.h298 return m_pendingStylesheets <= 0 || m_ignorePendingStylesheets; in haveStylesheetsLoaded()
864 bool m_ignorePendingStylesheets; variable
H A Ddom_docimpl.cpp436 m_ignorePendingStylesheets = false; in Q_GLOBAL_STATIC()
1533 bool oldIgnore = m_ignorePendingStylesheets; in updateLayout()
1536 m_ignorePendingStylesheets = true; in updateLayout()
1547 m_ignorePendingStylesheets = oldIgnore; in updateLayout()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.cpp475 m_ignorePendingStylesheets = false; in Document()
1591 bool oldIgnore = m_ignorePendingStylesheets; in updateLayoutIgnorePendingStylesheets()
1594 m_ignorePendingStylesheets = true; in updateLayoutIgnorePendingStylesheets()
1613 m_ignorePendingStylesheets = oldIgnore; in updateLayoutIgnorePendingStylesheets()
1620 bool oldIgnore = m_ignorePendingStylesheets; in styleForElementIgnoringPendingStylesheets()
1621 m_ignorePendingStylesheets = true; in styleForElementIgnoringPendingStylesheets()
1623 m_ignorePendingStylesheets = oldIgnore; in styleForElementIgnoringPendingStylesheets()
H A DDocument.h457 return m_pendingStylesheets <= 0 || m_ignorePendingStylesheets; in haveStylesheetsLoaded()
1185 bool m_ignorePendingStylesheets; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2446024 m_ignorePendingStylesheets around the call to CSSStyleSelector::styleForElement().
H A DChangeLog-2005-08-2358520 (DocumentImpl::DocumentImpl): Initialize m_ignorePendingStylesheets to false.