Searched refs:startSelection (Results 1 – 3 of 3) sorted by relevance
57 bool startSelection(int x, int y);
987 bool startSelection(int x, int y) in startSelection() function in android::WebView989 return m_selectText.startSelection(x, y); in startSelection()994 startSelection(x, y); in wordSelection()1912 return GET_NATIVE_VIEW(env, obj)->startSelection(x, y); in nativeStartSelection()
1526 bool SelectText::startSelection(int x, int y) in startSelection() function in android::SelectText