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

/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc172 if (!GetRenderText()->IsPointInSelection(event->location()) &&
203 if (!GetRenderText()->IsPointInSelection(event->location())) {
312 !GetRenderText()->IsPointInSelection(event.location()));
424 bool in_selection = GetRenderText()->IsPointInSelection(event.location());
474 !GetRenderText()->IsPointInSelection(p))
488 return initiating_drag_ && GetRenderText()->IsPointInSelection(press_pt);
1443 if (can_drag && GetRenderText()->IsPointInSelection(event.location()))
/external/chromium_org/ui/gfx/
H A Drender_text.h242 bool IsPointInSelection(const Point& point);
H A Drender_text.cc464 bool RenderText::IsPointInSelection(const Point& point) { function in class:gfx::RenderText

Completed in 111 milliseconds