/external/chromium/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 173 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,
|
autocomplete_edit_view.h | 109 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit_view_mac.h | 68 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit_view_browsertest.cc | 658 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); [all...] |
autocomplete_edit_unittest.cc | 41 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit_view_views.h | 100 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit_view_views.cc | 210 GetSelectionBounds(&start, &end); 394 void AutocompleteEditViewViews::GetSelectionBounds(
|
autocomplete_edit_view_gtk.h | 123 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit_view_win.h | 118 virtual void GetSelectionBounds(string16::size_type* start,
|
autocomplete_edit.cc | 279 view_->GetSelectionBounds(&start, &end); [all...] |
/external/chromium_org/ash/wm/overview/ |
window_overview.h | 91 gfx::Rect GetSelectionBounds(size_t index);
|
window_overview.cc | 173 gfx::Rect target_bounds(GetSelectionBounds(index)); 214 GetSelectionBounds(selection_index_) + fade_out_direction, 437 gfx::Rect WindowOverview::GetSelectionBounds(size_t index) {
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 216 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 266 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 282 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.h | 132 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
|
omnibox_view_browsertest.cc | 762 omnibox_view->GetSelectionBounds(&start, &end); 776 omnibox_view->GetSelectionBounds(&start, &end); 792 omnibox_view->GetSelectionBounds(&start, &end); 799 omnibox_view->GetSelectionBounds(&start, &end); 808 omnibox_view->GetSelectionBounds(&start, &end); [all...] |
omnibox_edit_unittest.cc | 47 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {}
|
omnibox_edit_model.cc | 539 view_->GetSelectionBounds(&start, &cursor_position); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_view_mac.h | 43 virtual void GetSelectionBounds(
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk.h | 82 virtual void GetSelectionBounds(
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_test_utils.cc | 195 omnibox()->GetSelectionBounds(&start, &end);
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views.h | 87 virtual void GetSelectionBounds(
|
omnibox_view_views.cc | 516 void OmniboxViewViews::GetSelectionBounds( [all...] |
/external/chromium_org/content/renderer/ |
render_widget.h | 464 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
|
render_widget.cc | [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | [all...] |