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

  /external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h 21 selection_rect_(selection_rect),
37 gfx::Rect selection_rect() const { return selection_rect_; }
46 gfx::Rect selection_rect_; // Where selection occurred (screen coordinate). member in class:FindNotificationDetails
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 233 gfx::Rect selection_rect_; member in class:FindBarGtk
find_bar_gtk.cc 327 selection_rect_ = gfx::Rect();
376 selection_rect_ = result.selection_rect();
741 int xposition = find_bar->GetDialogPosition(find_bar->selection_rect_).x();
    [all...]

Completed in 2305 milliseconds