OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TouchSelectionControllerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
19
class VIEWS_EXPORT
TouchSelectionControllerImpl
25
explicit
TouchSelectionControllerImpl
(
28
virtual ~
TouchSelectionControllerImpl
();
95
base::OneShotTimer<
TouchSelectionControllerImpl
> context_menu_timer_;
108
DISALLOW_COPY_AND_ASSIGN(
TouchSelectionControllerImpl
);
touch_selection_controller_impl.cc
116
class
TouchSelectionControllerImpl
::EditingHandleView
119
explicit EditingHandleView(
TouchSelectionControllerImpl
* controller,
240
TouchSelectionControllerImpl
* controller_;
257
TouchSelectionControllerImpl
::
TouchSelectionControllerImpl
(
275
TouchSelectionControllerImpl
::~
TouchSelectionControllerImpl
() {
281
void
TouchSelectionControllerImpl
::SelectionChanged() {
347
bool
TouchSelectionControllerImpl
::IsHandleDragInProgress() {
351
void
TouchSelectionControllerImpl
::SetDraggingHandle
[
all
...]
Completed in 377 milliseconds