Home
last modified time | relevance | path

Searched refs:GetSelectionEndPoints (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/base/touch/
Dtouch_editing_controller.h39 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) = 0;
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.h59 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
Dtouch_editable_impl_aura.cc218 void TouchEditableImplAura::GetSelectionEndPoints(gfx::Rect* p1, in GetSelectionEndPoints() function in content::TouchEditableImplAura
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.h263 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
Dtextfield.cc1104 void Textfield::GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) { in GetSelectionEndPoints() function in views::Textfield
/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl.cc348 client_view_->GetSelectionEndPoints(&r1, &r2); in SelectionChanged()
Dtouch_selection_controller_impl_unittest.cc584 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE { in GetSelectionEndPoints() function in views::TestTouchEditable