HomeSort by relevance Sort by last modified time
    Searched defs:selection_rect (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h 16 const gfx::Rect& selection_rect,
21 selection_rect_(selection_rect),
37 gfx::Rect selection_rect() const { return selection_rect_; } function in class:FindNotificationDetails
  /external/chromium_org/chrome/browser/ui/find_bar/
find_notification_details.h 15 const gfx::Rect& selection_rect,
20 selection_rect_(selection_rect),
36 gfx::Rect selection_rect() const { return selection_rect_; } function in class:FindNotificationDetails
  /external/chromium_org/chrome/test/base/
find_in_page_observer.h 37 gfx::Rect selection_rect() const { return selection_rect_; } function in class:ui_test_utils::FindInPageNotificationObserver
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 150 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); local
151 if (selection_rect.Contains(gesture_event->location())) {
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 152 const gfx::Rect selection_rect() const { return selection_rect_; } function in class:views::TouchSelectionControllerImpl::EditingHandleView
393 gfx::Point p2 = fixed_handle->selection_rect().origin();
450 end_rect_1_in_screen = cursor_handle_->selection_rect();
453 end_rect_1_in_screen = selection_handle_1_->selection_rect();
454 end_rect_2_in_screen = selection_handle_2_->selection_rect();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2313 const SkRect selection_rect = { local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 2568 const SkRect selection_rect = { local
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 4734 WebRect selection_rect; local
4866 WebRect selection_rect; local
    [all...]

Completed in 794 milliseconds