Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.h57 bool startSelection(int x, int y);
DWebView.cpp987 bool startSelection(int x, int y) in startSelection() function in android::WebView
989 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()
DSelectText.cpp1526 bool SelectText::startSelection(int x, int y) in startSelection() function in android::SelectText