Searched refs:IsPointInSelection (Results 1 – 3 of 3) sorted by relevance
170 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()
277 bool IsPointInSelection(const Point& point);
505 bool RenderText::IsPointInSelection(const Point& point) { in IsPointInSelection() function in gfx::RenderText