HomeSort by relevance Sort by last modified time
    Searched refs:testBottom (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/android/nav/
CachedNode.cpp 156 int testBottom = testBoundsPtr->bottom();
160 int candidateBottom = unitBottom < testBottom ? unitBottom : testBottom;
166 candidateTop = unitBottom < testTop ? unitBottom : testBottom;
CachedFrame.cpp 81 int testBottom = bestRect.bottom();
82 if (bottom < testBottom)
83 bottom = testBottom;
    [all...]
CachedRoot.cpp     [all...]

Completed in 40 milliseconds