HomeSort by relevance Sort by last modified time
    Searched refs:selection_rect (Results 1 - 11 of 11) 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
find_tab_helper.cc 110 const gfx::Rect& selection_rect,
123 gfx::Rect selection = selection_rect;
125 selection = last_search_result_.selection_rect();
find_bar.h 50 // |selection_rect| is expected to have coordinates relative to the top of
53 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_tab_helper.h 67 const gfx::Rect& selection_rect,
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 65 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
121 gfx::Rect new_pos = GetDialogPosition(selection_rect);
142 if (!result.selection_rect().IsEmpty())
143 MoveWindowIfNecessary(result.selection_rect(), false);
find_bar_host.h 57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
find_bar_gtk.cc 358 void FindBarGtk::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
375 if (!result.selection_rect().IsEmpty()) {
376 selection_rect_ = result.selection_rect();
377 int xposition = GetDialogPosition(result.selection_rect()).x();
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2313 const SkRect selection_rect = { local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 306 milliseconds