/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api_interactive_test.cc | 30 omnibox_view->OnAfterPossibleChange();
|
omnibox_api_browsertest.cc | 144 omnibox_view->OnAfterPossibleChange(); 165 omnibox_view->OnAfterPossibleChange(); 178 omnibox_view->OnAfterPossibleChange();
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view.h | 152 // OnAfterPossibleChange() returns true if there was a change that caused it 154 virtual bool OnAfterPossibleChange() = 0;
|
autocomplete_edit_view_mac.h | 83 virtual bool OnAfterPossibleChange();
|
autocomplete_edit_view_views.cc | 214 OnAfterPossibleChange(); 474 bool AutocompleteEditViewViews::OnAfterPossibleChange() { 495 const bool something_changed = model_->OnAfterPossibleChange( 602 OnAfterPossibleChange();
|
autocomplete_edit_view_win.cc | 794 OnAfterPossibleChange(); 804 OnAfterPossibleChange(); 857 bool AutocompleteEditViewWin::OnAfterPossibleChange() { 897 const bool something_changed = model_->OnAfterPossibleChange( [all...] |
autocomplete_edit_unittest.cc | 56 virtual bool OnAfterPossibleChange() { return false; }
|
autocomplete_edit_view_views.h | 114 virtual bool OnAfterPossibleChange() OVERRIDE;
|
autocomplete_edit_view_gtk.cc | 682 bool AutocompleteEditViewGtk::OnAfterPossibleChange() { 735 const bool something_changed = model_->OnAfterPossibleChange( [all...] |
autocomplete_edit.cc | 169 view_->OnAfterPossibleChange(); 554 view_->OnAfterPossibleChange(); 555 just_deleted_text_ = false; // OnAfterPossibleChange() erroneously sets this 569 view_->OnAfterPossibleChange(); 570 just_deleted_text_ = true; // OnAfterPossibleChange() fails to clear this 738 bool AutocompleteEditModel::OnAfterPossibleChange( [all...] |
autocomplete_edit.h | 327 bool OnAfterPossibleChange(const string16& new_text, 349 // paste, but OnAfterPossibleChange() has to update the 351 // directly to PASTED, OnAfterPossibleChange() wouldn't know
|
autocomplete_edit_view_browsertest.cc | 737 edit_view->OnAfterPossibleChange(); 753 edit_view->OnAfterPossibleChange(); 798 edit_view->OnAfterPossibleChange(); 816 edit_view->OnAfterPossibleChange(); [all...] |
autocomplete_edit_view_gtk.h | 139 virtual bool OnAfterPossibleChange(); 254 // signals and call OnBeforePossibleChange()/OnAfterPossibleChange() by 477 // change caused by the event can be ignored in OnAfterPossibleChange(). 520 // we need to call OnAfterPossibleChange() after handling the event.
|
autocomplete_edit_view_win.h | 134 virtual bool OnAfterPossibleChange(); 416 // Real implementation of OnAfterPossibleChange() method.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.h | 194 // OnAfterPossibleChange() returns true if there was a change that caused it 196 virtual bool OnAfterPossibleChange() = 0;
|
omnibox_edit_unittest.cc | 71 virtual bool OnAfterPossibleChange() OVERRIDE { return false; } 244 model.OnAfterPossibleChange(UTF8ToUTF16("he"), UTF8ToUTF16("hel"), 3, 3,
|
omnibox_edit_model.h | 313 bool OnAfterPossibleChange(const base::string16& old_text, 341 // paste, but OnAfterPossibleChange() has to update the 343 // directly to PASTED, OnAfterPossibleChange() wouldn't know
|
omnibox_edit_model.cc | 88 // OnAfterPossibleChange()). 346 view_->OnAfterPossibleChange(); [all...] |
omnibox_view_browsertest.cc | 848 omnibox_view->OnAfterPossibleChange(); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_view_mac.h | 61 virtual bool OnAfterPossibleChange() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk.cc | 620 bool OmniboxViewGtk::OnAfterPossibleChange() { 670 const bool something_changed = model()->OnAfterPossibleChange( [all...] |
omnibox_view_gtk.h | 98 virtual bool OnAfterPossibleChange() OVERRIDE; 194 // signals and call OnBeforePossibleChange()/OnAfterPossibleChange() by 379 // change caused by the event can be ignored in OnAfterPossibleChange(). 431 // we need to call OnAfterPossibleChange() after handling the event.
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views.cc | 610 bool OmniboxViewViews::OnAfterPossibleChange() { 629 const bool something_changed = model()->OnAfterPossibleChange( 741 OnAfterPossibleChange(); 897 OnAfterPossibleChange(); [all...] |
omnibox_view_views.h | 104 virtual bool OnAfterPossibleChange() OVERRIDE; 163 // that after invoking this OnAfterPossibleChange() is invoked.
|
/external/chromium_org/chrome/browser/ui/search/ |
search_tab_helper.cc | 526 omnibox->OnAfterPossibleChange();
|