Searched refs:GetSelectionBounds (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc173 location_bar->location_entry()->GetSelectionBounds(&selection_start,
190 location_bar->location_entry()->GetSelectionBounds(&selection_start,
208 location_bar->location_entry()->GetSelectionBounds(&selection_start,
226 location_bar->location_entry()->GetSelectionBounds(&selection_start,
245 location_bar->location_entry()->GetSelectionBounds(&selection_start,
H A Dautocomplete_edit_view.h109 virtual void GetSelectionBounds(string16::size_type* start,
H A Dautocomplete_edit_view_browsertest.cc658 edit_view->GetSelectionBounds(&start, &end);
672 edit_view->GetSelectionBounds(&start, &end);
688 edit_view->GetSelectionBounds(&start, &end);
695 edit_view->GetSelectionBounds(&start, &end);
704 edit_view->GetSelectionBounds(&start, &end);
822 edit_view->GetSelectionBounds(&start, &end);
1022 edit_view->GetSelectionBounds(&start, &end);
1029 edit_view->GetSelectionBounds(&start, &end);
1039 edit_view->GetSelectionBounds(&start, &end);
1046 edit_view->GetSelectionBounds(
[all...]
H A Dautocomplete_edit_unittest.cc41 virtual void GetSelectionBounds(string16::size_type* start, function in class:__anon1856::TestingAutocompleteEditView
H A Dautocomplete_edit_view_mac.h68 virtual void GetSelectionBounds(string16::size_type* start,
H A Dautocomplete_edit_view_views.h100 virtual void GetSelectionBounds(string16::size_type* start,
H A Dautocomplete_edit_view_views.cc210 GetSelectionBounds(&start, &end);
394 void AutocompleteEditViewViews::GetSelectionBounds( function in class:AutocompleteEditViewViews
H A Dautocomplete_edit_view_gtk.h123 virtual void GetSelectionBounds(string16::size_type* start,
H A Dautocomplete_edit_view_win.h118 virtual void GetSelectionBounds(string16::size_type* start,
H A Dautocomplete_edit.cc279 view_->GetSelectionBounds(&start, &end);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc218 location_entry->GetSelectionBounds(&selection_start, &selection_end);
234 location_entry->GetSelectionBounds(&selection_start, &selection_end);
251 location_entry->GetSelectionBounds(&selection_start, &selection_end);
268 location_entry->GetSelectionBounds(&selection_start, &selection_end);
284 location_entry->GetSelectionBounds(&selection_start, &selection_end);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.h135 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
H A Domnibox_edit_unittest.cc44 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {}
H A Domnibox_view_browsertest.cc691 omnibox_view->GetSelectionBounds(&start, &end);
705 omnibox_view->GetSelectionBounds(&start, &end);
721 omnibox_view->GetSelectionBounds(&start, &end);
728 omnibox_view->GetSelectionBounds(&start, &end);
737 omnibox_view->GetSelectionBounds(&start, &end);
813 omnibox_view->GetSelectionBounds(&start, &end);
849 omnibox_view->GetSelectionBounds(&start, &end);
1485 omnibox_view->GetSelectionBounds(&start, &end);
1549 omnibox_view->GetSelectionBounds(&start, &end);
1559 omnibox_view->GetSelectionBounds(
[all...]
H A Domnibox_edit_model.cc471 view_->GetSelectionBounds(&start, &cursor_position);
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h44 virtual void GetSelectionBounds(string16::size_type* start,
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc174 omnibox()->GetSelectionBounds(&start, &end);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h86 virtual void GetSelectionBounds(string16::size_type* start,
H A Domnibox_view_win.h95 virtual void GetSelectionBounds(string16::size_type* start,
H A Domnibox_view_views.cc450 void OmniboxViewViews::GetSelectionBounds(string16::size_type* start, function in class:OmniboxViewViews
H A Domnibox_view_win.cc372 omnibox_view_win_->GetSelectionBounds(&sel_start, &sel_end);
731 void OmniboxViewWin::GetSelectionBounds(string16::size_type* start, function in class:OmniboxViewWin
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.h83 virtual void GetSelectionBounds(string16::size_type* start,
/external/chromium_org/content/renderer/
H A Drender_widget.h432 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
H A Drender_widget.cc2231 void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) { function in class:content::RenderWidget
2246 GetSelectionBounds(&params.anchor_rect, &params.focus_rect);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1028 location_entry_->GetSelectionBounds(&entry_start, &entry_end);

Completed in 4443 milliseconds

12