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

  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 62 if (touch_selection_controller_)
63 touch_selection_controller_->SelectionChanged();
97 if (!touch_selection_controller_) {
98 touch_selection_controller_.reset(
101 if (touch_selection_controller_)
102 touch_selection_controller_->SelectionChanged();
106 if (touch_selection_controller_) {
107 if (touch_selection_controller_->IsHandleDragInProgress())
108 touch_selection_controller_->SelectionChanged();
110 touch_selection_controller_.reset()
    [all...]
touch_editable_impl_aura_browsertest.cc 149 EXPECT_TRUE(touch_editable->touch_selection_controller_.get());
159 EXPECT_TRUE(touch_editable->touch_selection_controller_.get());
201 touch_editable->touch_selection_controller_.get();
244 touch_editable->touch_selection_controller_.get();
263 EXPECT_FALSE(touch_editable->touch_selection_controller_.get());
275 EXPECT_TRUE(touch_editable->touch_selection_controller_.get());
306 touch_editable->touch_selection_controller_.get();
322 EXPECT_TRUE(touch_editable->touch_selection_controller_.get());
touch_editable_impl_aura.h 36 // Updates the |touch_selection_controller_| or ends touch editing session
87 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; member in class:content::TouchEditableImplAura
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 108 touch_selection_controller_.reset();
198 // |touch_selection_controller_|, hence we mark the event handled.
206 touch_selection_controller_.reset(
211 if (touch_selection_controller_.get())
215 touch_selection_controller_.reset();
217 if (!touch_selection_controller_.get())
219 if (touch_selection_controller_.get())
224 if (!touch_selection_controller_.get())
228 // shown by the |touch_selection_controller_|, hence we mark the event
230 if (touch_selection_controller_.get()
    [all...]
native_textfield_views.h 335 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; member in class:views::NativeTextfieldViews
native_textfield_views_unittest.cc 209 return textfield_view_->touch_selection_controller_.get();
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 97 textfield_view_->touch_selection_controller_.get());

Completed in 166 milliseconds