Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views.cc170 if (!GetRenderText()->IsPointInSelection(event->location()) && in OnGestureEvent()
206 if (!GetRenderText()->IsPointInSelection(event->location())) { in OnGestureEvent()
315 !GetRenderText()->IsPointInSelection(event.location())); in OnPerformDrop()
426 bool in_selection = GetRenderText()->IsPointInSelection(event.location()); in GetCursor()
476 !GetRenderText()->IsPointInSelection(p)) in GetDragOperationsForView()
490 return initiating_drag_ && GetRenderText()->IsPointInSelection(press_pt); in CanStartDragForView()
1475 if (can_drag && GetRenderText()->IsPointInSelection(event.location())) in HandleMousePressEvent()
/external/chromium_org/ui/gfx/
Drender_text.h277 bool IsPointInSelection(const Point& point);
Drender_text.cc505 bool RenderText::IsPointInSelection(const Point& point) { in IsPointInSelection() function in gfx::RenderText