Searched refs:gDelayedUpdateScrollInfoSet (Results 1 – 1 of 1) sorted by relevance
100 static DelayedUpdateScrollInfoSet* gDelayedUpdateScrollInfoSet = 0; variable240 if (UNLIKELY(gDelayedUpdateScrollInfoSet != 0)) in willBeDestroyed()241 gDelayedUpdateScrollInfoSet->remove(this); in willBeDestroyed()1203 ASSERT(!gDelayedUpdateScrollInfoSet); in startDelayUpdateScrollInfo()1204 gDelayedUpdateScrollInfoSet = new DelayedUpdateScrollInfoSet; in startDelayUpdateScrollInfo()1206 ASSERT(gDelayedUpdateScrollInfoSet); in startDelayUpdateScrollInfo()1215 ASSERT(gDelayedUpdateScrollInfoSet); in finishDelayUpdateScrollInfo()1217 OwnPtr<DelayedUpdateScrollInfoSet> infoSet(adoptPtr(gDelayedUpdateScrollInfoSet)); in finishDelayUpdateScrollInfo()1218 gDelayedUpdateScrollInfoSet = 0; in finishDelayUpdateScrollInfo()1242 gDelayedUpdateScrollInfoSet->add(this); in updateScrollInfoAfterLayout()