Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp99 static int gDelayUpdateScrollInfo = 0; variable
1202 if (gDelayUpdateScrollInfo == 0) { in startDelayUpdateScrollInfo()
1207 ++gDelayUpdateScrollInfo; in startDelayUpdateScrollInfo()
1212 --gDelayUpdateScrollInfo; in finishDelayUpdateScrollInfo()
1213 ASSERT(gDelayUpdateScrollInfo >= 0); in finishDelayUpdateScrollInfo()
1214 if (gDelayUpdateScrollInfo == 0) { in finishDelayUpdateScrollInfo()
1241 if (gDelayUpdateScrollInfo) in updateScrollInfoAfterLayout()