HomeSort by relevance Sort by last modified time
    Searched full:touch_selection_controller_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield_test_api.cc 27 textfield_->touch_selection_controller_.reset();
textfield_test_api.h 32 return textfield_->touch_selection_controller_.get();
textfield.cc 745 if (touch_selection_controller_)
758 // shown by the |touch_selection_controller_|, hence we mark the event
760 if (touch_selection_controller_)
764 touch_handles_hidden_due_to_scroll_ = touch_selection_controller_ != NULL;
945 if (touch_selection_controller_)
946 touch_selection_controller_->SelectionChanged();
    [all...]
textfield.h 460 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; member in class:views::Textfield
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 56 if (touch_selection_controller_)
57 touch_selection_controller_->SelectionChanged();
79 if (!touch_selection_controller_) {
80 touch_selection_controller_.reset(
83 if (touch_selection_controller_)
84 touch_selection_controller_->SelectionChanged();
88 if (touch_selection_controller_) {
89 if (touch_selection_controller_->IsHandleDragInProgress()) {
90 touch_selection_controller_->SelectionChanged();
93 touch_selection_controller_->HideHandles(quick)
    [all...]
touch_editable_impl_aura.h 37 // Updates the |touch_selection_controller_| or ends touch editing session
94 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; member in class:content::TouchEditableImplAura
touch_editable_impl_aura_browsertest.cc 150 return touch_editable->touch_selection_controller_.get();

Completed in 2667 milliseconds