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

  /external/chromium_org/ui/views/
views_delegate.cc 12 : views_tsc_factory_(new views::ViewsTouchSelectionControllerFactory) {
views_delegate.h 39 class ViewsTouchSelectionControllerFactory;
121 scoped_ptr<ViewsTouchSelectionControllerFactory> views_tsc_factory_;
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 101 class VIEWS_EXPORT ViewsTouchSelectionControllerFactory
104 ViewsTouchSelectionControllerFactory();
touch_selection_controller_impl.cc 529 ViewsTouchSelectionControllerFactory::ViewsTouchSelectionControllerFactory() {
532 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create(
touch_selection_controller_impl_unittest.cc 51 views_tsc_factory_(new ViewsTouchSelectionControllerFactory) {
149 scoped_ptr<ViewsTouchSelectionControllerFactory> views_tsc_factory_;

Completed in 61 milliseconds