Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.h68 bool hitCorner(int cx, int cy, int x, int y) const;
DSelectText.cpp1448 bool SelectText::hitCorner(int cx, int cy, int x, int y) const in hitCorner() function in android::SelectText
1460 if (hitCorner(left, top, x, y)) in hitSelection()
1464 if (hitCorner(right, bottom, x, y)) in hitSelection()
1537 m_hitTopLeft = hitCorner(left, top, x, y); in startSelection()
1540 bool hitBottomRight = hitCorner(right, bottom, x, y); in startSelection()