Searched refs:DelayedUpdateScrollInfoSet (Results 1 – 1 of 1) sorted by relevance
98 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet; typedef100 static DelayedUpdateScrollInfoSet* gDelayedUpdateScrollInfoSet = 0;1204 gDelayedUpdateScrollInfoSet = new DelayedUpdateScrollInfoSet; in startDelayUpdateScrollInfo()1217 OwnPtr<DelayedUpdateScrollInfoSet> infoSet(adoptPtr(gDelayedUpdateScrollInfoSet)); in finishDelayUpdateScrollInfo()1220 … for (DelayedUpdateScrollInfoSet::iterator it = infoSet->begin(); it != infoSet->end(); ++it) { in finishDelayUpdateScrollInfo()