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

/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp203 revealSelection(alignment, true);
1813 void SelectionController::revealSelection(const ScrollAlignment& alignment, bool revealExtent) function in class:SelectionController
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1399 void WebViewCore::revealSelection() function in class:android::WebViewCore
1409 focusedFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded);
2211 revealSelection();
2920 // setSelection calls revealSelection, so there is no need to do it here.
4324 m_mainFrame->selection()->revealSelection(
4398 reinterpret_cast<WebViewCore*>(nativeClass)->revealSelection();

Completed in 216 milliseconds