Searched defs:selection_rect (Results 1 - 5 of 5) 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
/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);
/external/chromium/chrome/browser/ui/gtk/
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)) {

Completed in 97 milliseconds