Searched refs:getSelectionHandleController (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java1945 getSelectionHandleController().allowAutomaticShowing();
2011 private SelectionHandleController getSelectionHandleController() { method in class:ContentViewCore
2509 getSelectionHandleController().allowAutomaticShowing();
2535 boolean wereSelectionHandlesShowing = getSelectionHandleController().isShowing();
2537 getSelectionHandleController().onSelectionChanged(anchorDir, focusDir);
2541 if (!wereSelectionHandlesShowing && getSelectionHandleController().isShowing()) {

Completed in 101 milliseconds