OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_orientation_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc
39
start_orientation_
(TOUCH_HANDLE_ORIENTATION_UNDEFINED),
69
start_orientation_
= ToTouchHandleOrientation(start_.type);
91
if (
start_orientation_
== TOUCH_HANDLE_CENTER)
92
start_orientation_
= start_selection_handle_->orientation();
99
start_orientation_
!= TOUCH_HANDLE_ORIENTATION_UNDEFINED &&
105
if (
start_orientation_
== TOUCH_HANDLE_CENTER && selection_editable_) {
343
start_selection_handle_.reset(new TouchHandle(this,
start_orientation_
));
346
start_selection_handle_->SetOrientation(
start_orientation_
);
382
start_orientation_
= TOUCH_HANDLE_ORIENTATION_UNDEFINED;
touch_selection_controller.h
127
TouchHandleOrientation
start_orientation_
;
member in class:content::TouchSelectionController
/external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_base_unittest.cc
25
start_orientation_
(false, false),
100
start_orientation_
.Wait();
139
base::WaitableEvent
start_orientation_
;
member in class:content::__anon11670::FakeDataFetcher
169
start_orientation_
.Signal();
225
start_orientation_
.Signal();
291
start_orientation_
.Signal();
Completed in 434 milliseconds