Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp351 static HashSet<Document*>* documentsThatNeedStyleRecalc = 0; variable
1406 if (!documentsThatNeedStyleRecalc) in scheduleStyleRecalc()
1407 documentsThatNeedStyleRecalc = new HashSet<Document*>; in scheduleStyleRecalc()
1408 documentsThatNeedStyleRecalc->add(this); in scheduleStyleRecalc()
1420 if (documentsThatNeedStyleRecalc) in unscheduleStyleRecalc()
1421 documentsThatNeedStyleRecalc->remove(this); in unscheduleStyleRecalc()
1559 if (!documentsThatNeedStyleRecalc) in updateStyleForAllDocuments()
1562 while (documentsThatNeedStyleRecalc->size()) { in updateStyleForAllDocuments()
1563 HashSet<Document*>::iterator it = documentsThatNeedStyleRecalc->begin(); in updateStyleForAllDocuments()
1565 documentsThatNeedStyleRecalc->remove(doc); in updateStyleForAllDocuments()