Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.cpp802 int intersectType = checkFlipRect(full, fullBase); in onIRect() local
803 if (intersectType == LAST_INTERSECTION) in onIRect()
805 if (intersectType != WAIT_FOR_INTERSECTION) in onIRect()
939 int intersectType = checkFlipRect(full, fullBase); in onIRectGlyph() local
940 if (WAIT_FOR_INTERSECTION == intersectType) in onIRectGlyph()
943 if (LAST_INTERSECTION == intersectType) in onIRectGlyph()