/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_browsertest.cc | 173 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()
|
D | autocomplete_edit_view_browsertest.cc | 658 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 …]
|
D | autocomplete_edit_view.h | 109 virtual void GetSelectionBounds(string16::size_type* start,
|
D | autocomplete_edit_unittest.cc | 41 virtual void GetSelectionBounds(string16::size_type* start, in GetSelectionBounds() function in __anona41191390111::TestingAutocompleteEditView
|
D | autocomplete_edit_view_mac.h | 68 virtual void GetSelectionBounds(string16::size_type* start,
|
D | autocomplete_edit_view_views.h | 100 virtual void GetSelectionBounds(string16::size_type* start,
|
D | autocomplete_edit_view_views.cc | 210 GetSelectionBounds(&start, &end); in HandleAfterKeyEvent() 394 void AutocompleteEditViewViews::GetSelectionBounds( in GetSelectionBounds() function in AutocompleteEditViewViews
|
D | autocomplete_edit_view_gtk.h | 123 virtual void GetSelectionBounds(string16::size_type* start,
|
D | autocomplete_edit_view_win.h | 118 virtual void GetSelectionBounds(string16::size_type* start,
|
D | autocomplete_edit.cc | 279 view_->GetSelectionBounds(&start, &end); in UseVerbatimInstant()
|
/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() 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 …]
|
D | omnibox_view.h | 132 virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0;
|
D | omnibox_edit_unittest.cc | 47 virtual void GetSelectionBounds(size_t* start, size_t* end) const OVERRIDE {} in GetSelectionBounds() function in __anone7d1fd010111::TestingOmniboxView
|
D | omnibox_edit_model.cc | 539 view_->GetSelectionBounds(&start, &cursor_position); in StartAutocomplete()
|
/external/chromium_org/ash/wm/overview/ |
D | window_overview.h | 91 gfx::Rect GetSelectionBounds(size_t index);
|
D | window_overview.cc | 173 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/ |
D | omnibox_view_mac.h | 43 virtual void GetSelectionBounds(
|
/external/chromium_org/chrome/browser/ui/search/ |
D | instant_test_utils.cc | 195 omnibox()->GetSelectionBounds(&start, &end); in GetBlueText()
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_view_views.h | 87 virtual void GetSelectionBounds(
|
D | omnibox_view_views.cc | 516 void OmniboxViewViews::GetSelectionBounds( in GetSelectionBounds() function in OmniboxViewViews
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
D | omnibox_view_gtk.h | 82 virtual void GetSelectionBounds(
|
/external/chromium_org/content/renderer/ |
D | render_widget.h | 464 virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end);
|
D | render_widget.cc | 2543 void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) { in GetSelectionBounds() function in content::RenderWidget 2558 GetSelectionBounds(¶ms.anchor_rect, ¶ms.focus_rect); in UpdateSelectionBounds()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 1028 location_entry_->GetSelectionBounds(&entry_start, &entry_end); in GetAccessibleState()
|