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

  /external/chromium_org/ui/base/touch/
touch_editing_controller.cc 10 TouchSelectionControllerFactory* g_shared_instance = NULL;
21 void TouchSelectionControllerFactory::SetInstance(
22 TouchSelectionControllerFactory* instance) {
touch_editing_controller.h 87 class UI_BASE_EXPORT TouchSelectionControllerFactory {
89 static void SetInstance(TouchSelectionControllerFactory* instance);
94 virtual ~TouchSelectionControllerFactory() {}
  /external/chromium_org/ui/views/
views_touch_selection_controller_factory.h 14 : public ui::TouchSelectionControllerFactory {
18 // Overridden from ui::TouchSelectionControllerFactory.
views_delegate.cc 13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 71 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
75 ui::TouchSelectionControllerFactory::SetInstance(NULL);

Completed in 657 milliseconds