OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
75
class UI_EXPORT
TouchSelectionControllerFactory
{
77
static void SetInstance(
TouchSelectionControllerFactory
* instance);
82
virtual ~
TouchSelectionControllerFactory
() {}
/external/chromium_org/ui/views/
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.h
112
: public ui::
TouchSelectionControllerFactory
{
116
// Overridden from ui::
TouchSelectionControllerFactory
.
touch_selection_controller_impl_unittest.cc
54
ui::
TouchSelectionControllerFactory
::SetInstance(views_tsc_factory_.get());
58
ui::
TouchSelectionControllerFactory
::SetInstance(NULL);
Completed in 58 milliseconds