Home | History | Annotate | Download | only in textfield

Lines Matching refs:IsPointInSelection

575   bool in_selection = GetRenderText()->IsPointInSelection(event.location());
595 if (GetRenderText()->IsPointInSelection(event.location()))
615 if (GetRenderText()->IsPointInSelection(event.location())) {
714 if (!GetRenderText()->IsPointInSelection(event->location())) {
736 if (!GetRenderText()->IsPointInSelection(event->location())) {
874 !render_text->IsPointInSelection(event.location()));
1065 !GetRenderText()->IsPointInSelection(p)) {
1079 return initiating_drag_ && GetRenderText()->IsPointInSelection(press_pt);