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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp534 bool isPreviousBlockViable = true; local
536 if (isPreviousBlockViable)
537 isPreviousBlockViable = !immediateChild->previousSibling();
540 if (isPreviousBlockViable && immediateChild->previousSibling()) {

Completed in 56 milliseconds