Searched defs:selectWordAroundPosition (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1311 void WebFrameImpl::selectWordAroundPosition(Frame* frame, VisiblePosition pos) function in class:WebKit::WebFrameImpl
1328 selectWordAroundPosition(frame(), controller->selection().visibleStart());
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1488 wordSelected = selectWordAroundPosition(node->document()->frame(), pos);
1493 bool WebViewCore::selectWordAroundPosition(Frame* frame, VisiblePosition pos) function in class:android::WebViewCore

Completed in 158 milliseconds