Searched refs:GetSelectionEndPoints (Results 1 – 7 of 7) sorted by relevance
39 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) = 0;
59 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
218 void TouchEditableImplAura::GetSelectionEndPoints(gfx::Rect* p1, in GetSelectionEndPoints() function in content::TouchEditableImplAura
263 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
1104 void Textfield::GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) { in GetSelectionEndPoints() function in views::Textfield
348 client_view_->GetSelectionEndPoints(&r1, &r2); in SelectionChanged()
584 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE { in GetSelectionEndPoints() function in views::TestTouchEditable