Home
last modified time | relevance | path

Searched refs:in_selection (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc575 bool in_selection = GetRenderText()->IsPointInSelection(event.location()); in GetCursor() local
577 bool text_cursor = !initiating_drag_ && (drag_event || !in_selection); in GetCursor()
841 bool in_selection = !selection.is_empty() && in OnDragUpdated() local
843 drop_cursor_visible_ = !in_selection; in OnDragUpdated()
849 if (in_selection) in OnDragUpdated()