Searched defs:Invalidate (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h52 /// Invalidate - Permanently mark this file as not being suitable for the
54 void Invalidate() { function in class:clang::MultipleIncludeOpt
83 return Invalidate();
90 return Invalidate();
101 Invalidate();
109 if (!TheMacro) return Invalidate();
/external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
H A DDrawingAreaProxyMessageKinds.h39 Invalidate, enumerator in enum:DrawingAreaProxyLegacyMessage::Kind
/external/chromium/base/memory/
H A Dweak_ptr.cc13 void WeakReference::Flag::Invalidate() { function in class:base::internal::WeakReference::Flag
45 Invalidate();
54 void WeakReferenceOwner::Invalidate() { function in class:base::internal::WeakReferenceOwner
56 flag_->Invalidate();
/external/chromium/chrome/browser/
H A Dplugin_data_remover_helper.cc32 void Invalidate() { function in class:PluginDataRemoverHelper::Internal
70 internal_->Invalidate();
/external/chromium/chrome/browser/sync/notifier/
H A Dchrome_invalidation_client.cc116 void ChromeInvalidationClient::Invalidate( function in class:sync_notifier::ChromeInvalidationClient
121 VLOG(1) << "Invalidate: " << InvalidationToString(invalidation);
/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h133 void Invalidate() { FreeChunk(); } function in class:open_vcdiff::DeltaWindowSection
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp136 bool Invalidate) {
138 if (Invalidate)
133 bindExpr(Environment Env, const EnvironmentEntry &E, SVal V, bool Invalidate) argument
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py239 def Invalidate(self): member in class:DocComment
249 """Test whether Invalidate() has been called."""
/external/llvm/lib/MC/
H A DMCAssembler.cpp73 void MCAsmLayout::Invalidate(MCFragment *F) { function in class:MCAsmLayout
800 Layout.Invalidate(FirstInvalidFragment);

Completed in 4291 milliseconds