/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_browsertest.cc | 216 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F() 232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F() 249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F() 266 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F() 282 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_view_browsertest.cc | 762 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 780 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 796 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 807 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 816 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 892 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 928 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 1414 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 1475 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() 1485 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | omnibox_view.h | 135 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
|
D | omnibox_edit_unittest.cc | 51 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {} in GetSelectionBounds() function in __anon7fd9348e0111::TestingOmniboxView
|
D | omnibox_edit_model.cc | 561 view_->GetSelectionBounds(&start, &cursor_position); in StartAutocomplete()
|
/external/chromium_org/ash/wm/overview/ |
D | window_grid.h | 118 const gfx::Rect GetSelectionBounds() const;
|
/external/chromium_org/chrome/browser/ui/search/ |
D | instant_test_utils.cc | 176 omnibox()->GetSelectionBounds(&start, &end); in GetBlueText()
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_view_mac.h | 49 virtual void GetSelectionBounds(
|
D | omnibox_view_mac.mm | 346 void OmniboxViewMac::GetSelectionBounds(base::string16::size_type* start, function
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_view_views.h | 78 virtual void GetSelectionBounds(
|
D | omnibox_view_views.cc | 286 void OmniboxViewViews::GetSelectionBounds( in GetSelectionBounds() function in OmniboxViewViews 811 GetSelectionBounds(&entry_start, &entry_end); in GetAccessibleState()
|
/external/chromium_org/content/renderer/ |
D | render_widget.h | 272 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
|
D | render_view_impl.h | 533 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) OVERRIDE;
|
D | render_widget.cc | 1847 void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) { in GetSelectionBounds() function in content::RenderWidget 1866 GetSelectionBounds(¶ms.anchor_rect, ¶ms.focus_rect); in UpdateSelectionBounds()
|
D | render_view_impl.cc | 3722 void RenderViewImpl::GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) { in GetSelectionBounds() function in content::RenderViewImpl 3735 RenderWidget::GetSelectionBounds(start, end); in GetSelectionBounds()
|
D | render_frame_impl.cc | 2594 GetRenderWidget()->GetSelectionBounds(&start_rect, &end_rect); in showContextMenu()
|