Searched refs:selection_rect (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/ui/find_bar/ |
D | find_notification_details.h | 16 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
|
D | find_tab_helper.cc | 110 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()
|
D | find_tab_helper.h | 67 const gfx::Rect& selection_rect,
|
D | find_bar.h | 53 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
|
/external/chromium/chrome/browser/ui/views/ |
D | find_bar_host.cc | 110 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()
|
D | find_bar_host.h | 57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_bridge.h | 65 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
|
D | find_bar_cocoa_controller.mm | 481 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);
|
D | find_bar_bridge.mm | 73 void FindBarBridge::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
|
/external/chromium/chrome/browser/ui/gtk/ |
D | find_bar_gtk.cc | 358 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()
|
D | find_bar_gtk.h | 51 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 2313 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/ |
D | automation_provider_observers.cc | 1119 gfx::Rect rect = find_details->selection_rect(); in Observe()
|