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

  /external/chromium_org/ui/base/touch/
touch_editing_controller.h 24 virtual void SelectRect(const gfx::Point& start, const gfx::Point& end) = 0;
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 55 virtual void SelectRect(const gfx::Point& start,
touch_editable_impl_aura.cc 220 void TouchEditableImplAura::SelectRect(const gfx::Point& start,
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 248 virtual void SelectRect(const gfx::Point& start,
textfield.cc     [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 465 client_view_->SelectRect(p2, drag_pos_in_client);
touch_selection_controller_impl_unittest.cc 329 // Tests if the SelectRect callback is called appropriately when selection
572 virtual void SelectRect(

Completed in 75 milliseconds