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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h 77 virtual void Revert() = 0;
omnibox_view.cc 122 model_->Revert();
  /external/llvm/utils/git-svn/
git-svnrevert 5 echo "$0 <commit to revert>"
10 echo "You have unstashed changes. Please stash and then revert."
23 # Grab the one line message for our revert commit message.
26 # Revert the commit.
27 git revert --no-commit $COMMIT 2>/dev/null
29 echo "Error! Failed to revert commit $COMMIT. Resetting to head."
35 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
37 Revert "$ONE_LINE_MSG"
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 76 virtual void Revert() = 0;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 45 // extension. Revert exists to keep the actions up to date as the page
50 virtual void Revert(const std::string& extension_id,
content_action_unittest.cc 83 result->Revert(extension->id(), base::Time(), &apply_info);
85 result->Revert(extension->id(), base::Time(), &apply_info);
content_action.cc 57 virtual void Revert(const std::string& extension_id,
  /external/chromium_org/chrome/test/base/
test_location_bar.h 43 virtual void Revert() OVERRIDE {}
  /external/chromium_org/chrome_frame/
stream_impl.cc 59 STDMETHODIMP StreamImpl::Revert() {
62 hr = delegate_->Revert();
stream_impl.h 29 STDMETHOD(Revert)();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.h 74 void Revert();
index_sub_table_format1.h 71 void Revert();
index_sub_table_format3.h 68 void Revert();
ebdt_table.cc 67 Revert();
120 Revert();
170 void EbdtTable::Builder::Revert() {
index_sub_table_format1.cc 163 Revert();
215 void IndexSubTableFormat1::Builder::Revert() {
217 IndexSubTable::Builder::Revert();
index_sub_table_format3.cc 105 void IndexSubTableFormat3::Builder::Revert() {
107 IndexSubTable::Builder::Revert();
175 Revert();
index_sub_table_format5.cc 182 Revert();
258 void IndexSubTableFormat5::Builder::Revert() {
260 IndexSubTable::Builder::Revert();
  /external/chromium/chrome/browser/ui/views/
reload_button.cc 98 location_bar_->Revert();
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 93 // Revert the loca table builder to the state contained in the last raw data
97 void Revert();
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 206 void Revert(bool was_playing) {
230 void RevertWasNotPlaying() { Revert(false); }
231 void RevertWhilePlaying() { Revert(true); }
  /external/clang/lib/Parse/
ParseTentative.cpp 131 PA.Revert();
318 PA.Revert();
404 PA.Revert();
468 PA.Revert();
490 PA.Revert();
512 PA.Revert();
562 PA.Revert();
    [all...]
ParseInit.cpp 86 Tentative.Revert();
97 Tentative.Revert();
104 Tentative.Revert();
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 70 virtual void Revert();
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 64 // the registry (repeatedly, if desired) via a call to Apply(). Revert() can be
89 void Revert() const;
105 // mutation to the revert list with the current state of the value.
109 // Add a mutation to the revert list that restores a registry value to its
112 // between the invocation of this method and the time the revert list is
113 // applied, only |value| is deleted upon revert (intermediate keys are not
246 << ". The current value will not be restored upon revert.";
252 << ". The current value will not be restored upon revert.";
261 << ". The current value will not be restored upon revert.";
319 void RegistrySetter::Revert() const
    [all...]
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 57 virtual HRESULT STDMETHODCALLTYPE Revert(void);

Completed in 442 milliseconds

1 2 3 4