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

  /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 158 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); local
159 if (selection_rect.Contains(gesture_event->location())) {
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 279 const gfx::Rect& selection_rect() const { return selection_rect_; } function in class:views::TouchSelectionControllerImpl::EditingHandleView
309 const gfx::Rect& selection_rect = handle_view_->selection_rect(); local
311 mask->addRect(SkIntToScalar(0), SkIntToScalar(selection_rect.height()),
313 SkIntToScalar(selection_rect.height() + image_size.height() +
  /external/chromium_org/content/renderer/
render_view_impl.cc 2392 WebRect selection_rect; local
2524 WebRect selection_rect; local
    [all...]

Completed in 107 milliseconds