HomeSort by relevance Sort by last modified time
    Searched refs:m_needsUpdateActiveStylesheetsOnStyleRecalc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.h 76 bool needsUpdateActiveStylesheetsOnStyleRecalc() const { return m_needsUpdateActiveStylesheetsOnStyleRecalc; }
129 bool m_needsUpdateActiveStylesheetsOnStyleRecalc;
DocumentStyleSheetCollection.cpp 57 , m_needsUpdateActiveStylesheetsOnStyleRecalc(false)
256 m_needsUpdateActiveStylesheetsOnStyleRecalc = true;
265 m_needsUpdateActiveStylesheetsOnStyleRecalc = false;

Completed in 2377 milliseconds