HomeSort by relevance Sort by last modified time
    Searched refs: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 724 // |touch_selection_controller_|, hence we mark the event handled.
732 touch_selection_controller_.reset(
736 if (touch_selection_controller_)
742 if (!touch_selection_controller_)
744 if (touch_selection_controller_)
749 if (!touch_selection_controller_)
753 // shown by the |touch_selection_controller_|, hence we mark the event
755 if (touch_selection_controller_)
    [all...]
textfield.h 448 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();
94 if (!touch_selection_controller_) {
95 touch_selection_controller_.reset(
98 if (touch_selection_controller_)
99 touch_selection_controller_->SelectionChanged();
103 if (touch_selection_controller_) {
104 if (touch_selection_controller_->IsHandleDragInProgress()) {
105 touch_selection_controller_->SelectionChanged();
108 touch_selection_controller_->HideHandles(quick)
    [all...]
touch_editable_impl_aura.h 37 // Updates the |touch_selection_controller_| or ends touch editing session
89 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; member in class:content::TouchEditableImplAura
touch_editable_impl_aura_browsertest.cc 128 return touch_editable->touch_selection_controller_.get();

Completed in 418 milliseconds