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

  /external/chromium_org/ui/base/touch/
touch_editing_controller.h 35 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) = 0;
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 57 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
touch_editable_impl_aura.cc 244 void TouchEditableImplAura::GetSelectionEndPoints(gfx::Rect* p1,
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 81 virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
native_textfield_views.cc 390 void NativeTextfieldViews::GetSelectionEndPoints(gfx::Rect* p1,
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 283 client_view_->GetSelectionEndPoints(&r1, &r2);

Completed in 59 milliseconds