GetSelectionEndPoints   59 content/browser/web_contents/touch_editable_impl_aura.h   virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
GetSelectionEndPoints   39 ui/base/touch/touch_editing_controller.h   virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) = 0;
GetSelectionEndPoints  235 ui/views/controls/textfield/textfield.h   virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
GetSelectionEndPoints  333 ui/views/touchui/touch_selection_controller_impl.cc   client_view_->GetSelectionEndPoints(&r1, &r2);