Searched defs:dispose (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DAttachmentUnix.cpp44 void Attachment::dispose() function in class:CoreIPC::Attachment
/external/webkit/Source/WebKit/chromium/src/
H A DWrappedResourceRequest.h72 virtual void dispose() { m_resourceRequest = 0; } function in class:WebKit::WrappedResourceRequest::Handle
H A DWrappedResourceResponse.h72 virtual void dispose() { m_resourceResponse = 0; } function in class:WebKit::WrappedResourceResponse::Handle
H A DWebURLRequest.cpp61 virtual void dispose() { delete this; } function in class:WebKit::WebURLRequestPrivateImpl
302 m_private->dispose();
H A DWebURLResponse.cpp65 virtual void dispose() { delete this; } function in class:WebKit::WebURLResponsePrivateImpl
403 m_private->dispose();
/external/webkit/Source/JavaScriptGlue/
H A DJavaScriptGlue.h65 JSObjectDisposeProcPtr dispose; member in struct:JSObjectCallBacks
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.h202 extern CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*); variable
204 extern CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options); variable
/external/clang/test/CodeGen/
H A Dblockstret.c46 void (*dispose)(void *); // conditional on BLOCK_HAS_COPY_DISPOSE member in struct:block_descriptor_big
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl3Test.java348 public void dispose() throws SaslException { method in class:Sasl3Test.mySaslClientFactory.mySaslClient
H A DSasl4Test.java328 public void dispose() throws SaslException { method in class:Sasl4Test.mySaslServerFactory.mySaslServer
/external/bluetooth/glib/gobject/
H A Dgobject.h264 * @dispose: the @dispose function is supposed to drop all references to other
267 * loops). Before returning, @dispose should chain up to the @dispose method
270 * the instance begun in @dispose and chain up to the @finalize method of the
333 void (*dispose) (GObject *object); member in struct:_GObjectClass
/external/icu4c/i18n/
H A Dfmtable.cpp222 dispose();
329 dispose();
334 void Formattable::dispose() function in class:Formattable
511 dispose();
522 dispose();
533 dispose();
544 dispose();
555 dispose();
566 dispose();
578 dispose();
[all...]
H A Ddtfmtsym.cpp361 dispose();
369 dispose();
372 void DateFormatSymbols::dispose() function in class:DateFormatSymbols
H A Drbnf.cpp826 dispose();
842 dispose();
1502 RuleBasedNumberFormat::dispose() function in class:RuleBasedNumberFormat
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.cpp91 dispose();
94 void WorkerContextExecutionProxy::dispose() function in class:WebCore::WorkerContextExecutionProxy
166 dispose();
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsTreeOutline.js985 dispose.call(this);
988 function dispose() class
1011 cancelHandler: dispose.bind(this),
H A DTimelinePanel.js607 listRowElement.row.dispose();
612 graphRowElement.row.dispose();
796 dispose: function()
853 dispose: function()
H A DDetailedHeapshotView.js501 dispose: function()
504 this._profileWrapper.dispose();
506 this._baseProfileWrapper.dispose();
H A DHeapSnapshot.js525 dispose: function()
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h174 CTLineRef WKCreateCTLineWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*); variable
176 CTTypesetterRef WKCreateCTTypesetterWithUniCharProviderAndOptions(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options); variable
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java259 public void dispose() method in class:OverrideGraphics2D
261 graphics.dispose();
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2349 val dispose : llmemorybuffer -> unit
2403 val dispose : [< any ] t -> unit var
/external/v8/test/cctest/
H A Dtest-api.cc650 TestAsciiResourceWithDisposeControl(const char* data, bool dispose) argument
652 dispose_(dispose) { }
13150 // It is not possible to dispose default isolate via Isolate API.
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 702 milliseconds