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

  /external/webkit/WebKit/android/nav/
CachedNode.cpp 158 int testRight = testBoundsPtr->right();
161 int candidateLeft = unitRight < testLeft ? unitRight : testRight;
169 candidateRight = unitRight < testRight ? unitRight : testRight;
CachedFrame.cpp 66 int testRight = bestRect.right();
67 if (right < testRight)
68 right = testRight;
    [all...]
CachedRoot.cpp     [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 485 public void testRight() {

Completed in 59 milliseconds