Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc173 location_bar->location_entry()->GetSelectionBounds(&selection_start, in IN_PROC_BROWSER_TEST_F()
190 location_bar->location_entry()->GetSelectionBounds(&selection_start, in IN_PROC_BROWSER_TEST_F()
208 location_bar->location_entry()->GetSelectionBounds(&selection_start, in IN_PROC_BROWSER_TEST_F()
226 location_bar->location_entry()->GetSelectionBounds(&selection_start, in IN_PROC_BROWSER_TEST_F()
245 location_bar->location_entry()->GetSelectionBounds(&selection_start, in IN_PROC_BROWSER_TEST_F()
Dautocomplete_edit_view_browsertest.cc658 edit_view->GetSelectionBounds(&start, &end); in BasicTextOperationsTest()
672 edit_view->GetSelectionBounds(&start, &end); in BasicTextOperationsTest()
688 edit_view->GetSelectionBounds(&start, &end); in BasicTextOperationsTest()
695 edit_view->GetSelectionBounds(&start, &end); in BasicTextOperationsTest()
704 edit_view->GetSelectionBounds(&start, &end); in BasicTextOperationsTest()
822 edit_view->GetSelectionBounds(&start, &end); in AcceptKeywordBySpaceTest()
1022 edit_view->GetSelectionBounds(&start, &end); in TabMoveCursorToEndTest()
1029 edit_view->GetSelectionBounds(&start, &end); in TabMoveCursorToEndTest()
1039 edit_view->GetSelectionBounds(&start, &end); in TabMoveCursorToEndTest()
1046 edit_view->GetSelectionBounds(&start, &end); in TabMoveCursorToEndTest()
[all …]
Dautocomplete_edit_view.h109 virtual void GetSelectionBounds(string16::size_type* start,
Dautocomplete_edit_unittest.cc41 virtual void GetSelectionBounds(string16::size_type* start, in GetSelectionBounds() function in __anona41191390111::TestingAutocompleteEditView
Dautocomplete_edit_view_mac.h68 virtual void GetSelectionBounds(string16::size_type* start,
Dautocomplete_edit_view_views.h100 virtual void GetSelectionBounds(string16::size_type* start,
Dautocomplete_edit_view_views.cc210 GetSelectionBounds(&start, &end); in HandleAfterKeyEvent()
394 void AutocompleteEditViewViews::GetSelectionBounds( in GetSelectionBounds() function in AutocompleteEditViewViews
Dautocomplete_edit_view_gtk.h123 virtual void GetSelectionBounds(string16::size_type* start,
Dautocomplete_edit_view_win.h118 virtual void GetSelectionBounds(string16::size_type* start,
Dautocomplete_edit.cc279 view_->GetSelectionBounds(&start, &end); in UseVerbatimInstant()
/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()
776 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
792 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
799 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
808 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
891 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
927 omnibox_view->GetSelectionBounds(&start, &end); in IN_PROC_BROWSER_TEST_F()
1415 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.h132 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
Domnibox_edit_unittest.cc47 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {} in GetSelectionBounds() function in __anone7d1fd010111::TestingOmniboxView
Domnibox_edit_model.cc539 view_->GetSelectionBounds(&start, &cursor_position); in StartAutocomplete()
/external/chromium_org/ash/wm/overview/
Dwindow_overview.h91 gfx::Rect GetSelectionBounds(size_t index);
Dwindow_overview.cc173 gfx::Rect target_bounds(GetSelectionBounds(index)); in SetSelection()
214 GetSelectionBounds(selection_index_) + fade_out_direction, in SetSelection()
437 gfx::Rect WindowOverview::GetSelectionBounds(size_t index) { in GetSelectionBounds() function in ash::WindowOverview
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.h43 virtual void GetSelectionBounds(
/external/chromium_org/chrome/browser/ui/search/
Dinstant_test_utils.cc195 omnibox()->GetSelectionBounds(&start, &end); in GetBlueText()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.h87 virtual void GetSelectionBounds(
Domnibox_view_views.cc516 void OmniboxViewViews::GetSelectionBounds( in GetSelectionBounds() function in OmniboxViewViews
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
Domnibox_view_gtk.h82 virtual void GetSelectionBounds(
/external/chromium_org/content/renderer/
Drender_widget.h464 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
Drender_widget.cc2543 void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) { in GetSelectionBounds() function in content::RenderWidget
2558 GetSelectionBounds(&params.anchor_rect, &params.focus_rect); in UpdateSelectionBounds()
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1028 location_entry_->GetSelectionBounds(&entry_start, &entry_end); in GetAccessibleState()

12