HomeSort by relevance Sort by last modified time
    Searched defs:GestureTextSelector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector.cc 13 GestureTextSelector::GestureTextSelector(GestureTextSelectorClient* client)
20 GestureTextSelector::~GestureTextSelector() {
23 bool GestureTextSelector::OnTouchEvent(const ui::MotionEvent& event) {
32 bool GestureTextSelector::OnGestureEvent(const ui::GestureEventData& gesture) {
63 bool GestureTextSelector::ShouldStartTextSelection(
gesture_text_selector.h 21 // Interface with which GestureTextSelector can select, unselect, show
36 class CONTENT_EXPORT GestureTextSelector {
38 explicit GestureTextSelector(GestureTextSelectorClient* client);
39 virtual ~GestureTextSelector();
60 DISALLOW_COPY_AND_ASSIGN(GestureTextSelector);

Completed in 31 milliseconds