Searched refs:selection_rect (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_notification_details.h16 const gfx::Rect& selection_rect,
21 selection_rect_(selection_rect),
37 gfx::Rect selection_rect() const { return selection_rect_; } function in class:FindNotificationDetails
14 FindNotificationDetails(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
H A Dfind_tab_helper.cc110 const gfx::Rect& selection_rect,
123 gfx::Rect selection = selection_rect;
125 selection = last_search_result_.selection_rect();
108 OnFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
H A Dfind_bar.h50 // |selection_rect| is expected to have coordinates relative to the top of
53 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
H A Dfind_tab_helper.h67 const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_bridge.h65 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host.cc110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect, argument
121 gfx::Rect new_pos = GetDialogPosition(selection_rect);
142 if (!result.selection_rect().IsEmpty())
143 MoveWindowIfNecessary(result.selection_rect(), false);
H A Dfind_bar_host.h57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.h51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
H A Dfind_bar_gtk.cc358 void FindBarGtk::MoveWindowIfNecessary(const gfx::Rect& selection_rect, argument
375 if (!result.selection_rect().IsEmpty()) {
376 selection_rect_ = result.selection_rect();
377 int xposition = GetDialogPosition(result.selection_rect()).x();
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc2313 const SkRect selection_rect = { local
2321 if (selection_rect.isEmpty() ||
2322 canvas.clipRect(selection_rect, SkRegion::kDifference_Op)) {
2331 if (!selection_rect.isEmpty() && canvas.clipRect(selection_rect)) {
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1119 gfx::Rect rect = find_details->selection_rect();

Completed in 943 milliseconds