Searched refs:gDelayUpdateScrollInfo (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp81 static int gDelayUpdateScrollInfo = 0; member in namespace:WebCore
1134 if (gDelayUpdateScrollInfo == 0) {
1139 ++gDelayUpdateScrollInfo;
1144 --gDelayUpdateScrollInfo;
1145 ASSERT(gDelayUpdateScrollInfo >= 0);
1146 if (gDelayUpdateScrollInfo == 0) {
1164 if (gDelayUpdateScrollInfo)

Completed in 47 milliseconds