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

  /external/chromium_org/ui/base/touch/
touch_editing_controller.cc 13 TouchSelectionController* TouchSelectionController::create(
touch_editing_controller.h 48 // TouchSelectionController need not draw handles).
60 class UI_EXPORT TouchSelectionController {
62 virtual ~TouchSelectionController() {}
64 // Creates a TouchSelectionController. Caller owns the returned object.
65 static TouchSelectionController* create(
79 virtual TouchSelectionController* create(TouchEditable* client_view) = 0;
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 17 // Touch specific implementation of TouchSelectionController. Responsible for
20 : public ui::TouchSelectionController,
107 virtual ui::TouchSelectionController* create(
touch_selection_controller_impl.cc 142 // We are owned by the TouchSelectionController.
168 // We are owned and deleted by TouchSelectionController.
532 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create(
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 87 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
touch_editable_impl_aura_browsertest.cc 200 ui::TouchSelectionController* controller =
243 ui::TouchSelectionController* controller =
305 ui::TouchSelectionController* controller =
touch_editable_impl_aura.cc 99 ui::TouchSelectionController::create(this));
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 335 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
native_textfield_views.cc 207 ui::TouchSelectionController::create(this));
    [all...]
native_textfield_views_unittest.cc 208 ui::TouchSelectionController* GetTouchSelectionController() {
    [all...]

Completed in 138 milliseconds