Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp98 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet; typedef
100 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()