Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.cpp473 , mLeft(left) in EdgeCheck()
494 int dx = mLeft ? mFocusX - rect.fRight : rect.fLeft - mFocusX; in onIRectGlyph()
496 if (mLeft ? mFocusX <= rect.fLeft : mFocusX >= rect.fRight) { in onIRectGlyph()
526 mFocusX, mLeft ? "true" : "false", bounds.fLeft, bounds.fRight); in shiftStart()
528 mFocusX = mLeft ? bounds.fLeft : bounds.fRight; in shiftStart()
534 bool mLeft; member in android::EdgeCheck