OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TouchSelectionController
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/ui/base/touch/
touch_editing_controller.cc
13
TouchSelectionController
*
TouchSelectionController
::create(
touch_editing_controller.h
52
//
TouchSelectionController
need not draw handles).
68
class UI_BASE_EXPORT
TouchSelectionController
{
70
virtual ~
TouchSelectionController
() {}
72
// Creates a
TouchSelectionController
. Caller owns the returned object.
73
static
TouchSelectionController
* create(
91
virtual
TouchSelectionController
* create(TouchEditable* client_view) = 0;
/external/chromium_org/ui/views/
views_touch_selection_controller_factory_mac.cc
12
ui::
TouchSelectionController
* ViewsTouchSelectionControllerFactory::create(
views_touch_selection_controller_factory.h
19
virtual ui::
TouchSelectionController
* create(
views_touch_selection_controller_factory_aura.cc
15
ui::
TouchSelectionController
* ViewsTouchSelectionControllerFactory::create(
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc
31
TouchSelectionController
::
TouchSelectionController
(
52
TouchSelectionController
::~
TouchSelectionController
() {
55
void
TouchSelectionController
::OnSelectionBoundsChanged(
113
bool
TouchSelectionController
::WillHandleTouchEvent(
140
void
TouchSelectionController
::OnLongPressEvent() {
147
void
TouchSelectionController
::OnTapEvent() {
155
void
TouchSelectionController
::HideAndDisallowShowingAutomatically() {
163
void
TouchSelectionController
::SetTemporarilyHidden(bool hidden)
[
all
...]
touch_selection_controller.h
25
// Interface through which |
TouchSelectionController
| issues selection-related
42
class CONTENT_EXPORT
TouchSelectionController
: public TouchHandleClient {
44
TouchSelectionController
(TouchSelectionControllerClient* client,
47
virtual ~
TouchSelectionController
();
145
DISALLOW_COPY_AND_ASSIGN(
TouchSelectionController
);
touch_selection_controller_unittest.cc
53
controller_.reset(new
TouchSelectionController
(
157
TouchSelectionController
& controller() { return *controller_; }
170
scoped_ptr<
TouchSelectionController
> controller_;
/external/chromium_org/ui/views/controls/textfield/
textfield_test_api.h
31
ui::
TouchSelectionController
* touch_selection_controller() const {
textfield.h
350
// Convenience method to notify the InputMethod and
TouchSelectionController
.
460
scoped_ptr<ui::
TouchSelectionController
> touch_selection_controller_;
textfield.cc
[
all
...]
/external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h
94
scoped_ptr<ui::
TouchSelectionController
> touch_selection_controller_;
touch_editable_impl_aura.cc
81
ui::
TouchSelectionController
::create(this));
touch_editable_impl_aura_browsertest.cc
148
ui::
TouchSelectionController
* GetTouchSelectionController(
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
22
// Touch specific implementation of
TouchSelectionController
. Responsible for
25
: public ui::
TouchSelectionController
,
touch_selection_controller_impl_unittest.cc
115
ui::
TouchSelectionController
* controller) {
652
scoped_ptr<ui::
TouchSelectionController
> touch_selection_controller(
653
ui::
TouchSelectionController
::create(&touch_editable));
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h
400
scoped_ptr<
TouchSelectionController
> selection_controller_;
render_widget_host_view_android.cc
206
scoped_ptr<
TouchSelectionController
> CreateSelectionController(
213
return make_scoped_ptr(new
TouchSelectionController
(
[
all
...]
Completed in 474 milliseconds