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

  /external/chromium_org/ui/base/touch/
touch_editing_controller.cc 13 TouchSelectionController* TouchSelectionController::create(
touch_editing_controller.h 52 // TouchSelectionController need not draw handles).
68 class UI_BASE_EXPORT TouchSelectionController {
70 virtual ~TouchSelectionController() {}
72 // Creates a TouchSelectionController. Caller owns the returned object.
73 static TouchSelectionController* create(
91 virtual TouchSelectionController* create(TouchEditable* client_view) = 0;
  /external/chromium_org/ui/views/
views_touch_selection_controller_factory_mac.cc 12 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create(
views_touch_selection_controller_factory.h 19 virtual ui::TouchSelectionController* create(
views_touch_selection_controller_factory_aura.cc 15 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create(
  /external/chromium_org/ui/views/controls/textfield/
textfield_test_api.h 31 ui::TouchSelectionController* touch_selection_controller() const {
textfield.h 338 // Convenience method to notify the InputMethod and TouchSelectionController.
448 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
textfield.cc 733 ui::TouchSelectionController::create(this));
    [all...]
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 89 scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
touch_editable_impl_aura.cc 96 ui::TouchSelectionController::create(this));
touch_editable_impl_aura_browsertest.cc 126 ui::TouchSelectionController* GetTouchSelectionController(
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 21 // Touch specific implementation of TouchSelectionController. Responsible for
24 : public ui::TouchSelectionController,
touch_selection_controller_impl_unittest.cc 115 ui::TouchSelectionController* controller) {
647 scoped_ptr<ui::TouchSelectionController> touch_selection_controller(
648 ui::TouchSelectionController::create(&touch_editable));

Completed in 6924 milliseconds