HomeSort by relevance Sort by last modified time
    Searched refs:RevertAll (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 118 virtual void RevertAll() = 0;
autocomplete_edit_view_mac.h 72 virtual void RevertAll();
autocomplete_edit_view_views.cc 309 RevertAll();
320 RevertAll();
410 void AutocompleteEditViewViews::RevertAll() {
autocomplete_edit_unittest.cc 44 virtual void RevertAll() {}
autocomplete_edit_view_views.h 103 virtual void RevertAll() OVERRIDE;
autocomplete_edit.cc 108 view_->RevertAll();
425 view_->RevertAll();
522 view_->RevertAll();
537 view_->RevertAll(); // Revert the box to its unedited state
621 view_->RevertAll();
    [all...]
autocomplete_browsertest.cc 84 location_bar->location_entry()->RevertAll();
autocomplete_edit_view_gtk.h 126 virtual void RevertAll();
autocomplete_edit_view_win.h 121 virtual void RevertAll();
autocomplete_edit_view_gtk.cc 478 RevertAll();
491 RevertAll();
604 void AutocompleteEditViewGtk::RevertAll() {
    [all...]
autocomplete_edit_view_win.cc 555 // already be correct before we get to any RevertAll()s below and use it.
564 RevertAll();
579 // we _were_ switching tabs, the RevertAll() above already drew the new
598 RevertAll();
699 void AutocompleteEditViewWin::RevertAll() {
    [all...]
autocomplete_edit_view_browsertest.cc 700 // Check if RevertAll() can set text and cursor correctly.
701 edit_view->RevertAll();
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 698 location_entry_->RevertAll();
    [all...]

Completed in 854 milliseconds