Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.cpp1395 m_hitTopLeft ? "m_selStart" : "m_selEnd", in extendSelection()
1398 if (m_hitTopLeft) { in extendSelection()
1484 if (m_hitTopLeft || !m_extendSelection) { in moveSelection()
1488 if (!m_hitTopLeft || !m_extendSelection) { in moveSelection()
1517 return m_hitTopLeft ? m_selStart.fLeft : m_selEnd.fRight; in selectionX()
1522 const SkIRect& rect = m_hitTopLeft ? m_selStart : m_selEnd; in selectionY()
1537 m_hitTopLeft = hitCorner(left, top, x, y); in startSelection()
1543 if (m_hitTopLeft && (!hitBottomRight || y - top < bottom - y)) { in startSelection()
1552 return m_hitTopLeft || hitBottomRight; in startSelection()
1600 m_hitTopLeft ^= true; in swapAsNeeded()
[all …]
DSelectText.h83 bool m_hitTopLeft; variable