OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:views_tsc_factory_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/
views_delegate.h
121
scoped_ptr<ViewsTouchSelectionControllerFactory>
views_tsc_factory_
;
member in class:views::ViewsDelegate
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc
51
views_tsc_factory_
(new ViewsTouchSelectionControllerFactory) {
54
ui::TouchSelectionControllerFactory::SetInstance(
views_tsc_factory_
.get());
149
scoped_ptr<ViewsTouchSelectionControllerFactory>
views_tsc_factory_
;
member in class:views::TouchSelectionControllerImplTest
Completed in 52 milliseconds