Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrameView.cpp115 static const unsigned maxUpdateWidgetsIterations = 2; variable
2051 for (unsigned i = 0; i < maxUpdateWidgetsIterations; i++) { in performPostLayoutTasks()