Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedFrame.cpp533 WebCore::IntRect testBounds = test->ring(this, part); in findClosest() local
534 if (clip->intersects(testBounds) == false) in findClosest()
536 if (clip->contains(testBounds) == false) { in findClosest()
540 testBounds.setX(clip->x()); in findClosest()
541 testBounds.setWidth(clip->width()); in findClosest()
545 testBounds.setY(clip->y()); in findClosest()
546 testBounds.setHeight(clip->height()); in findClosest()
548 if (clip->contains(testBounds) == false) in findClosest()
556 case LEFT: distance = testBounds.x() - clip->x(); break; in findClosest()
557 case RIGHT: distance = clip->right() - testBounds.right(); break; in findClosest()
[all …]