HomeSort by relevance Sort by last modified time
    Searched refs:GetSelectionEndPoints (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/touch/
touch_editing_controller.h 39 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) = 0;
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 59 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
touch_editable_impl_aura.cc 218 void TouchEditableImplAura::GetSelectionEndPoints(gfx::Rect* p1,
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 263 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
textfield.cc     [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 348 client_view_->GetSelectionEndPoints(&r1, &r2);
touch_selection_controller_impl_unittest.cc 584 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE {

Completed in 370 milliseconds