Searched defs:Dispose (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:StatsViewer.OpenDialog
22 components.Dispose();
24 base.Dispose(disposing);
H A Dstats_viewer.Designer.cs18 protected override void Dispose(bool disposing) method in class:StatsViewer.StatsViewer
22 components.Dispose();
24 base.Dispose(disposing);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs82 public void Dispose() { method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs91 public void Dispose() { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DRetainedDOMInfo.cpp49 void RetainedDOMInfo::Dispose() function in class:WebCore::RetainedDOMInfo
H A DV8ValueCache.cpp41 void StringCacheMapTraits::Dispose( function in class:WebCore::StringCacheMapTraits
51 // The MapType::Dispose callback calls StringCache::InvalidateLastString,
H A DV8PersistentValueMap.h108 // Dispose traits:
109 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<ValueType> value, KeyType key) { } function in class:WebCore::V8PersistentValueMapTraits
H A DDOMWrapperMap.h147 // Dispose traits:
150 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<v8::Object> value, KeyType* key) { } function in class:WebCore::DOMWrapperMap::PersistentValueMapTraits
158 inline void DOMWrapperMap<void>::PersistentValueMapTraits::Dispose( function in class:WebCore::DOMWrapperMap::PersistentValueMapTraits
H A DV8NPObject.cpp190 // Dispose traits:
191 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<v8::FunctionTemplate> value, PrivateIdentifier* key) { } function in class:WebCore::V8TemplateMapTraits
423 inline void DOMWrapperMap<NPObject>::PersistentValueMapTraits::Dispose( function in class:WebCore::DOMWrapperMap::PersistentValueMapTraits
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs88 public void Dispose() method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs97 public void Dispose() method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:ChromeDebug.AttachDialog
22 components.Dispose();
24 base.Dispose(disposing);
H A DProcessDetail.cs277 Dispose();
280 public void Dispose() { method in class:ChromeDebug.ProcessDetail
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs131 public void Dispose() method in class:DotZLib.CodecBase
H A DGZipStream.cs125 public void Dispose() method in class:DotZLib.GZipStream
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h233 template<class T> void Dispose(T* doomed) { function in class:talk_base::MessageQueue
H A Dwin32socketserver.cc168 void Dispose();
181 void Win32Socket::EventSink::Dispose() { function in class:talk_base::Win32Socket::EventSink
521 sink_->Dispose();
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.h216 template<class T> void Dispose(T* doomed) { function in class:rtc::MessageQueue
H A Dwin32socketserver.cc151 void Dispose();
164 void Win32Socket::EventSink::Dispose() { function in class:rtc::Win32Socket::EventSink
504 sink_->Dispose();
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc58 virtual void Dispose() { function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc363 virtual void Dispose() { function in class:TestRetainedObjectInfo
488 isolate->Dispose();
H A Dtest-heap.cc1474 // Dispose the native contexts one by one.
3264 virtual void Dispose() { function in class:SourceResource
/external/chromium_org/v8/include/
H A Dv8-util.h77 * objects and has no special Dispose handling.
104 static void Dispose(Isolate* isolate, UniquePersistent<V> value, K key) { } function in class:v8::DefaultPersistentValueMapTraits
206 Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(),
301 Traits::Dispose(data.GetIsolate(),
/external/chromium_org/v8/tools/
H A Dll_prof.py479 def Dispose(self): member in class:LogReader
679 def Dispose(self): member in class:TraceReader
1010 log_reader.Dispose()
1011 trace_reader.Dispose()
/external/chromium_org/v8/src/
H A Ddebug.cc2766 command.Dispose();
2893 command.Dispose();
2935 command.Dispose();
3313 void CommandMessage::Dispose() { function in class:v8::internal::CommandMessage
3314 text_.Dispose();
3333 while (!IsEmpty()) Get().Dispose();
3363 // Make the new_queue empty so that it doesn't call Dispose on any messages.

Completed in 4029 milliseconds

12