Searched refs:m_pendingStylesheets (Results 1 – 2 of 2) sorted by relevance
59 , m_pendingStylesheets(0) in StyleEngine()257 m_pendingStylesheets++; in notifyPendingStyleSheetAdded()264 ASSERT(m_pendingStylesheets > 0); in notifyPendingStyleSheetRemoved()266 m_pendingStylesheets--; in notifyPendingStyleSheetRemoved()267 if (m_pendingStylesheets) in notifyPendingStyleSheetRemoved()
124 bool hasPendingSheets() const { return m_pendingStylesheets > 0; } in hasPendingSheets()207 int m_pendingStylesheets; variable