Home
last modified time | relevance | path

Searched refs:selection_rect (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
Dfind_notification_details.h16 const gfx::Rect& selection_rect, in FindNotificationDetails() argument
21 selection_rect_(selection_rect), in FindNotificationDetails()
37 gfx::Rect selection_rect() const { return selection_rect_; } in selection_rect() function
Dfind_tab_helper.cc110 const gfx::Rect& selection_rect, in OnFindReply() argument
123 gfx::Rect selection = selection_rect; in OnFindReply()
125 selection = last_search_result_.selection_rect(); in OnFindReply()
Dfind_tab_helper.h67 const gfx::Rect& selection_rect,
Dfind_bar.h53 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/views/
Dfind_bar_host.cc110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect, in MoveWindowIfNecessary() argument
121 gfx::Rect new_pos = GetDialogPosition(selection_rect); in MoveWindowIfNecessary()
142 if (!result.selection_rect().IsEmpty()) in UpdateUIForFindResult()
143 MoveWindowIfNecessary(result.selection_rect(), false); in UpdateUIForFindResult()
Dfind_bar_host.h57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_bridge.h65 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
Dfind_bar_cocoa_controller.mm481 gfx::Rect selection_rect(find_result.selection_rect());
483 // Adjust |view_rect| to avoid the |selection_rect| within |container_rect|.
485 view_rect, container_rect, selection_rect);
Dfind_bar_bridge.mm73 void FindBarBridge::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/ui/gtk/
Dfind_bar_gtk.cc358 void FindBarGtk::MoveWindowIfNecessary(const gfx::Rect& selection_rect, in MoveWindowIfNecessary() argument
375 if (!result.selection_rect().IsEmpty()) { in UpdateUIForFindResult()
376 selection_rect_ = result.selection_rect(); in UpdateUIForFindResult()
377 int xposition = GetDialogPosition(result.selection_rect()).x(); in UpdateUIForFindResult()
Dfind_bar_gtk.h51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc2313 const SkRect selection_rect = { in DrawSlashForInsecureScheme() local
2321 if (selection_rect.isEmpty() || in DrawSlashForInsecureScheme()
2322 canvas.clipRect(selection_rect, SkRegion::kDifference_Op)) { in DrawSlashForInsecureScheme()
2331 if (!selection_rect.isEmpty() && canvas.clipRect(selection_rect)) { in DrawSlashForInsecureScheme()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc1119 gfx::Rect rect = find_details->selection_rect(); in Observe()