Home
last modified time | relevance | path

Searched refs:GetSelectionBounds (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc216 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/
Domnibox_view_browsertest.cc762 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 …]
Domnibox_view.h135 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
Domnibox_edit_unittest.cc51 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {} in GetSelectionBounds() function in __anon7fd9348e0111::TestingOmniboxView
Domnibox_edit_model.cc561 view_->GetSelectionBounds(&start, &cursor_position); in StartAutocomplete()
/external/chromium_org/ash/wm/overview/
Dwindow_grid.h118 const gfx::Rect GetSelectionBounds() const;
/external/chromium_org/chrome/browser/ui/search/
Dinstant_test_utils.cc176 omnibox()->GetSelectionBounds(&start, &end); in GetBlueText()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.h49 virtual void GetSelectionBounds(
Domnibox_view_mac.mm346 void OmniboxViewMac::GetSelectionBounds(base::string16::size_type* start, function
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.h78 virtual void GetSelectionBounds(
Domnibox_view_views.cc286 void OmniboxViewViews::GetSelectionBounds( in GetSelectionBounds() function in OmniboxViewViews
811 GetSelectionBounds(&entry_start, &entry_end); in GetAccessibleState()
/external/chromium_org/content/renderer/
Drender_widget.h272 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
Drender_view_impl.h533 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) OVERRIDE;
Drender_widget.cc1847 void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) { in GetSelectionBounds() function in content::RenderWidget
1866 GetSelectionBounds(&params.anchor_rect, &params.focus_rect); in UpdateSelectionBounds()
Drender_view_impl.cc3722 void RenderViewImpl::GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) { in GetSelectionBounds() function in content::RenderViewImpl
3735 RenderWidget::GetSelectionBounds(start, end); in GetSelectionBounds()
Drender_frame_impl.cc2594 GetRenderWidget()->GetSelectionBounds(&start_rect, &end_rect); in showContextMenu()