OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_insertion_active_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc
41
is_insertion_active_
(false),
115
if (
is_insertion_active_
) {
173
if (
is_insertion_active_
)
194
if (
is_insertion_active_
)
288
const bool was_active =
is_insertion_active_
;
290
if (!
is_insertion_active_
)
323
if (!
is_insertion_active_
) {
324
is_insertion_active_
= true;
331
if (!
is_insertion_active_
)
334
is_insertion_active_
= false
[
all
...]
touch_selection_controller.h
131
bool
is_insertion_active_
;
member in class:content::TouchSelectionController
Completed in 37 milliseconds