Searched refs:Revert (Results 1 - 25 of 81) sorted by relevance

1234

/external/llvm/utils/git-svn/
H A Dgit-svnrevert26 # Revert the commit.
37 Revert "$ONE_LINE_MSG"
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.h45 // extension. Revert exists to keep the actions up to date as the page
50 virtual void Revert(const std::string& extension_id,
H A Dcontent_action_unittest.cc83 result->Revert(extension->id(), base::Time(), &apply_info);
85 result->Revert(extension->id(), base::Time(), &apply_info);
H A Dcontent_action.cc57 virtual void Revert(const std::string& extension_id,
/external/chromium_org/chrome_frame/
H A Dstream_impl.cc59 STDMETHODIMP StreamImpl::Revert() { function in class:StreamImpl
62 hr = delegate_->Revert();
H A Dstream_impl.h29 STDMETHOD(Revert)();
/external/chromium/chrome/browser/ui/omnibox/
H A Dlocation_bar.h76 virtual void Revert() = 0;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dlocation_bar.h77 virtual void Revert() = 0;
H A Domnibox_view.cc122 model_->Revert();
/external/chromium_org/chrome/test/base/
H A Dtest_location_bar.h43 virtual void Revert() OVERRIDE {}
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.h74 void Revert();
H A Debdt_table.cc67 Revert();
120 Revert();
170 void EbdtTable::Builder::Revert() { function in class:sfntly::EbdtTable::Builder
H A Dindex_sub_table_format1.cc163 Revert();
215 void IndexSubTableFormat1::Builder::Revert() { function in class:sfntly::IndexSubTableFormat1::Builder
217 IndexSubTable::Builder::Revert();
H A Dindex_sub_table_format3.cc105 void IndexSubTableFormat3::Builder::Revert() { function in class:sfntly::IndexSubTableFormat3::Builder
107 IndexSubTable::Builder::Revert();
175 Revert();
H A Dindex_sub_table_format5.cc182 Revert();
258 void IndexSubTableFormat5::Builder::Revert() { function in class:sfntly::IndexSubTableFormat5::Builder
260 IndexSubTable::Builder::Revert();
H A Dindex_sub_table_format1.h71 void Revert();
H A Dindex_sub_table_format3.h68 void Revert();
H A Dindex_sub_table_format5.h71 void Revert();
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.cc98 location_bar_->Revert();
/external/chromium_org/media/audio/
H A Daudio_output_controller_unittest.cc206 void Revert(bool was_playing) { function in class:media::AudioOutputControllerTest
230 void RevertWasNotPlaying() { Revert(false); }
231 void RevertWhilePlaying() { Revert(true); }
/external/clang/lib/Parse/
H A DParseTentative.cpp131 PA.Revert();
318 PA.Revert();
404 PA.Revert();
468 PA.Revert();
490 PA.Revert();
512 PA.Revert();
562 PA.Revert();
1172 PA.Revert();
1242 PA.Revert();
1301 PA.Revert();
[all...]
H A DParseInit.cpp86 Tentative.Revert();
97 Tentative.Revert();
104 Tentative.Revert();
/external/chromium_org/chrome_frame/test/
H A Die_configurator.cc64 // the registry (repeatedly, if desired) via a call to Apply(). Revert() can be
89 void Revert() const;
319 void RegistrySetter::Revert() const { function in class:chrome_frame_test::__anon7187::RegistrySetter
368 setter_.Revert();
556 setter_.Revert();
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h93 // Revert the loca table builder to the state contained in the last raw data
97 void Revert();

Completed in 1596 milliseconds

1234