Home
last modified time | relevance | path

Searched refs:RevertAll (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_view.h151 virtual void RevertAll();
Domnibox_view.cc184 void OmniboxView::RevertAll() { in RevertAll() function in OmniboxView
Domnibox_edit_model.cc238 view_->RevertAll(); in GetStateForTabSwitch()
615 view_->RevertAll(); in PasteAndGo()
804 view_->RevertAll(); in OpenMatch()
830 view_->RevertAll(); // Revert the box to its unedited state. in OpenMatch()
Domnibox_edit_unittest.cc53 virtual void RevertAll() OVERRIDE {} in RevertAll() function in __anon7fd9348e0111::TestingOmniboxView
Domnibox_view_browsertest.cc813 omnibox_view->RevertAll(); in IN_PROC_BROWSER_TEST_F()
1796 omnibox_view->RevertAll(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.h53 virtual void RevertAll() OVERRIDE;
Domnibox_view_mac.mm221 RevertAll();
368 void OmniboxViewMac::RevertAll() { function
369 OmniboxView::RevertAll();
791 RevertAll();
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc242 RevertAll(); in Update()
298 void OmniboxViewViews::RevertAll() { in RevertAll() function in OmniboxViewViews
300 OmniboxView::RevertAll(); in RevertAll()
Domnibox_view_views.h82 virtual void RevertAll() OVERRIDE;
Domnibox_view_views_browsertest.cc226 omnibox_view->RevertAll(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc99 omnibox_view->RevertAll(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm260 omnibox_view_->RevertAll();
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc560 omnibox_view_->RevertAll(); in Revert()