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

  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 52 /// Invalidate - Permanently mark this file as not being suitable for the
54 void Invalidate() {
83 return Invalidate();
90 return Invalidate();
101 Invalidate();
109 if (!TheMacro) return Invalidate();
  /external/chromium/base/memory/
weak_ptr.cc 13 void WeakReference::Flag::Invalidate() {
45 Invalidate();
54 void WeakReferenceOwner::Invalidate() {
56 flag_->Invalidate();
weak_ptr.h 74 void Invalidate();
109 void Invalidate();
232 // Call this method to invalidate all existing weak pointers.
234 weak_reference_owner_.Invalidate();
  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaProxyMessageKinds.h 39 Invalidate,
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 32 void Invalidate() {
70 internal_->Invalidate();
mach_broker_mac_unittest.cc 47 TEST_F(MachBrokerTest, Invalidate) {
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 57 /// \brief Invalidate all following fragments because a fragment has been
59 void Invalidate(MCFragment *F);
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 78 virtual void Invalidate(const invalidation::Invalidation& invalidation,
chrome_invalidation_client.cc 116 void ChromeInvalidationClient::Invalidate(
121 VLOG(1) << "Invalidate: " << InvalidationToString(invalidation);
chrome_invalidation_client_unittest.cc 90 client_.Invalidate(invalidation, mock_callback.MakeClosure());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 121 bool Invalidate);
ProgramState.h 204 SVal V, bool Invalidate = true) const;
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 133 void Invalidate() { FreeChunk(); }
vcdecoder.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 136 bool Invalidate) {
138 if (Invalidate)
ProgramState.cpp 259 SVal V, bool Invalidate) const{
262 Invalidate);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 85 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::Invalidate, m_webPage->pageID(), CoreIPC::In(dirtyRect));
  /external/llvm/lib/MC/
MCAssembler.cpp 73 void MCAsmLayout::Invalidate(MCFragment *F) {
800 Layout.Invalidate(FirstInvalidFragment);
    [all...]
  /external/oprofile/events/i386/atom/
events 48 event:0x69 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_INVAL : Invalidate bus transactions
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 88 state.GetDocComment().Invalidate()
statetracker.py 239 def Invalidate(self):
249 """Test whether Invalidate() has been called."""
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 150 case DrawingAreaProxyLegacyMessage::Invalidate: {
155 invalidate(rect);
234 void TiledDrawingAreaProxy::invalidate(const IntRect& contentsDirtyRect) function in class:WebKit::TiledDrawingAreaProxy
257 currentTile->invalidate(dirtyRect);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 652 Private->EPOC_WsWindow.Invalidate(rect);
736 Private->EPOC_WsWindow.Invalidate(rect);
779 Private->EPOC_WsWindow.Invalidate(rect);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 183 iWindow->Invalidate();

Completed in 1711 milliseconds