HomeSort by relevance Sort by last modified time
    Searched refs:Revert (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 76 virtual void Revert() = 0;
  /external/chromium/chrome/browser/ui/views/
reload_button.cc 98 location_bar_->Revert();
toolbar_view.cc 355 location_bar_->Revert();
  /external/webkit/Source/WebKit/win/
MemoryStream.h 80 virtual HRESULT STDMETHODCALLTYPE Revert( void);
MemoryStream.cpp 216 HRESULT STDMETHODCALLTYPE MemoryStream::Revert( void)
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 70 virtual void Revert();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 92 location_bar->Revert();
128 location_bar->Revert();
141 // Make sure that tabbing away from an empty omnibar causes a revert
autocomplete_edit.h 215 void Revert();
289 // revert about any current edits. Returns whether the key was handled.
505 // them and not revert all the way to the permanent_text_.
autocomplete_edit_view_views.cc 412 model_->Revert();
autocomplete_edit.cc 103 // Weird edge case to match other browsers: if the edit is empty, revert to
139 // doesn't have focus, we want to revert the edit to show the new URL. (The
371 void AutocompleteEditModel::Revert() {
537 view_->RevertAll(); // Revert the box to its unedited state
726 // need to revert ourselves as well.
    [all...]
autocomplete_edit_view_gtk.cc 606 model_->Revert();
    [all...]
autocomplete_edit_view_win.cc 617 // When we navigate, we first revert to the unedited state, then if necessary
702 model_->Revert();
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 116 PA.Revert();
272 PA.Revert();
358 PA.Revert();
430 PA.Revert();
976 PA.Revert();
1020 PA.Revert();
    [all...]
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 235 TPA.Revert();
243 TPA.Revert();
670 PA.Revert();
    [all...]
ParseDecl.cpp     [all...]
ParseStmt.cpp     [all...]
ParseDeclCXX.cpp 125 TPA.Revert();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 124 virtual void Revert();
reload_button_gtk.cc 178 location_bar_->Revert();
browser_toolbar_gtk.cc 569 location_bar_->Revert();
location_bar_view_gtk.cc 697 void LocationBarViewGtk::Revert() {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 242 virtual void Revert() OVERRIDE;
location_bar_view.cc     [all...]
  /external/clang/include/clang/Parse/
Parser.h 558 /// after the token consumption is done, Commit() or Revert() is called to
559 /// either "commit the consumed tokens" or revert to the previously marked
565 /// TPA.Revert();
583 void Revert() {
590 assert(!isActive && "Forgot to call Commit or Revert!");
    [all...]

Completed in 418 milliseconds

1 2