OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_selection_active_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc
43
is_selection_active_
(false),
81
is_selection_active_
&& (start_selection_handle_->is_dragging() ||
120
if (
is_selection_active_
) {
169
if (
is_selection_active_
) {
197
if (
is_selection_active_
) {
306
const bool was_active =
is_selection_active_
;
318
DCHECK(!
is_selection_active_
);
359
if (!
is_selection_active_
|| response_pending_input_event_ == LONG_PRESS) {
360
is_selection_active_
= true;
367
if (!
is_selection_active_
)
[
all
...]
touch_selection_controller.h
137
bool
is_selection_active_
;
member in class:content::TouchSelectionController
Completed in 145 milliseconds