Searched refs:dispose (Results 1 - 25 of 100) sorted by relevance

1234

/external/webkit/Source/WebKit/chromium/src/
H A DWebURLRequestPrivate.h45 virtual void dispose() = 0;
H A DWebURLResponsePrivate.h45 virtual void dispose() = 0;
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
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DAttachmentUnix.cpp44 void Attachment::dispose() function in class:CoreIPC::Attachment
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml29 Llvm.MemoryBuffer.dispose mb;
37 Llvm.MemoryBuffer.dispose mb;
49 Llvm.MemoryBuffer.dispose mb;
69 Llvm.MemoryBuffer.dispose mb;
H A Dipo_opts.ml64 ++ PassManager.dispose);
66 TargetData.dispose td
H A Dscalar_opts.ml79 ++ PassManager.dispose);
81 TargetData.dispose td
H A Dtarget.ml52 TargetData.dispose td
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebplugindatabase.cpp45 G_OBJECT_CLASS(webkit_web_plugin_database_parent_class)->dispose(object);
54 gobjectClass->dispose = webkit_web_plugin_database_dispose;
H A Dwebkiticondatabase.cpp96 G_OBJECT_CLASS(webkit_icon_database_parent_class)->dispose(object);
132 gobjectClass->dispose = webkit_icon_database_dispose;
H A Dwebkitnetworkrequest.cpp68 G_OBJECT_CLASS(webkit_network_request_parent_class)->dispose(object);
118 objectClass->dispose = webkit_network_request_dispose;
H A Dwebkitnetworkresponse.cpp68 G_OBJECT_CLASS(webkit_network_response_parent_class)->dispose(object);
118 objectClass->dispose = webkit_network_response_dispose;
/external/icu4c/i18n/
H A Dfmtable.cpp.noOrig222 dispose();
329 dispose();
334 void Formattable::dispose()
511 dispose();
522 dispose();
533 dispose();
544 dispose();
555 dispose();
566 dispose();
578 dispose();
[all...]
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...]
/external/bluetooth/glib/tests/refcount/
H A Dobjects2.c67 gobject_class->dispose = my_test_dispose;
83 g_print ("dispose %p!\n", object);
85 G_OBJECT_CLASS (parent_class)->dispose (object);
H A Dobjects.c68 gobject_class->dispose = my_test_dispose;
84 g_print ("dispose %p!\n", object);
86 G_OBJECT_CLASS (parent_class)->dispose (object);
H A Dproperties2.c82 gobject_class->dispose = my_test_dispose;
108 g_print ("dispose %p!\n", object);
110 G_OBJECT_CLASS (parent_class)->dispose (object);
/external/junit/src/junit/awtui/
H A DAboutDialog.java31 dispose();
72 dispose();
/external/junit/src/junit/swingui/
H A DAboutDialog.java43 dispose();
84 dispose();
/external/webkit/Source/JavaScriptGlue/
H A DJSObject.cpp41 if (fCallBacks.dispose)
43 fCallBacks.dispose(fData);
/external/clang/test/CodeGen/
H A Dblocksignature.c44 void (*dispose)(void *); // conditional on BLOCK_HAS_COPY_DISPOSE
H A Dblockstret.c46 void (*dispose)(void *); // conditional on BLOCK_HAS_COPY_DISPOSE member in struct:block_descriptor_big
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.h65 // terminates. This is needed because we need to be able to dispose these
78 void dispose();
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml23 external dispose : t -> unit = "llvm_targetdata_dispose"

Completed in 366 milliseconds

1234