Searched refs:selectWordAt (Results 1 – 2 of 2) sorted by relevance
576 bool selectWordAt(int x, int y);
1456 bool WebViewCore::selectWordAt(int x, int y) in selectWordAt() function in android::WebViewCore5020 return viewImpl->selectWordAt(x, y); in SelectWordAt()