Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h576 bool selectWordAt(int x, int y);
DWebViewCore.cpp1456 bool WebViewCore::selectWordAt(int x, int y) in selectWordAt() function in android::WebViewCore
5020 return viewImpl->selectWordAt(x, y); in SelectWordAt()