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

123

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/unix/
H A DAttachmentUnix.cpp48 void Attachment::dispose() function in class:IPC::Attachment
/macosx-10.10.1/libclosure-65/objectTests/
H A Dsimplerelease.m33 // verify that b has a copy/dispose helper
36 fail("Whoops, no copy dispose!");
40 if (!(desc->dispose)) {
41 fail("Whoops, no block dispose helper function!");
43 desc->dispose(b);
H A DobjectRRGC.c57 fail("no copy dispose!!!!");
64 bl->descriptor->dispose(bl);
69 fail("did not call dispose helper");
H A Dobjectassign.c54 fail("no copy dispose!!!!");
63 desc2->dispose(bl);
68 fail("did not call dispose helper");
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitGeolocationPermissionRequest.cpp89 G_OBJECT_CLASS(webkit_geolocation_permission_request_parent_class)->dispose(object);
95 objectClass->dispose = webkitGeolocationPermissionRequestDispose;
H A DWebKitPolicyDecision.cpp55 G_OBJECT_CLASS(webkit_policy_decision_parent_class)->dispose(object);
66 objectClass->dispose = webkitPolicyDecisionDispose;
H A DWebKitFormSubmissionRequest.cpp64 G_OBJECT_CLASS(webkit_form_submission_request_parent_class)->dispose(object);
70 objectClass->dispose = webkitFormSubmissionRequestDispose;
H A DWebKitAuthenticationRequest.cpp107 G_OBJECT_CLASS(webkit_authentication_request_parent_class)->dispose(object);
113 objectClass->dispose = webkitAuthenticationRequestDispose;
H A DWebKitContextMenu.cpp60 G_OBJECT_CLASS(webkit_context_menu_parent_class)->dispose(object);
66 gObjectClass->dispose = webkitContextMenuDispose;
H A DWebKitAuthenticationDialog.cpp144 G_OBJECT_CLASS(webkit_authentication_dialog_parent_class)->dispose(object);
151 objectClass->dispose = webkitAuthenticationDialogDispose;
H A DWebKitFileChooserRequest.cpp88 G_OBJECT_CLASS(webkit_file_chooser_request_parent_class)->dispose(object);
116 objectClass->dispose = webkitFileChooserRequestDispose;
H A DWebKitFaviconDatabase.cpp86 G_OBJECT_CLASS(webkit_favicon_database_parent_class)->dispose(object);
92 gObjectClass->dispose = webkitFaviconDatabaseDispose;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp223 dispose();
330 dispose();
335 void Formattable::dispose() function in class:Formattable
532 dispose();
543 dispose();
554 dispose();
565 dispose();
576 dispose();
587 dispose();
599 dispose();
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DAttachment.h75 void dispose();
H A DArgumentDecoder.cpp51 // FIXME: We need to dispose of the mach ports in cases of failure.
55 it->dispose();
H A DArgumentEncoder.cpp72 // FIXME: We need to dispose of the attachments in cases of failure.
75 m_attachments[i].dispose();
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h94 void (*dispose) __P((void*)); member in struct:acsp_ext
H A Deap.h66 int (*dispose) __P((void *context)); member in struct:eap_ext
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli92 is not garbage collected and must be destroyed with [dispose ee].
99 [dispose ee].
106 engine is not garbage collected and must be destroyed with [dispose ee].
110 (** [dispose ee] releases the memory used by the execution engine and must be
112 val dispose : t -> unit
H A Dllvm_executionengine.ml65 external dispose: t -> unit
/macosx-10.10.1/Heimdal-398.1.2/appl/test/
H A Djgssapi_server.java143 context.dispose();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDLibObsolete.h226 IOReturn (*dispose)(void * self); \
254 IOReturn (*dispose)(void * self); \
594 /*! @function dispose
598 IOReturn (*dispose)(void * self);
737 /*! @function dispose
743 IOReturn (*dispose)(void * self);
H A DIOHIDQueueClass.cpp107 dispose();
264 dispose();
290 (void) this->dispose();
315 IOReturn IOHIDQueueClass::dispose() function in class:IOHIDQueueClass
450 // if the queue size changes, we will need to dispose of the
679 { return getThis(self)->dispose(); }
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodel.vim15 syn keyword modelKeyword abs and array boolean by case cdnl char copied dispose
/macosx-10.10.1/libclosure-65/
H A DBlock_private.h54 void (*dispose)(const void *); member in struct:Block_descriptor_2
146 // Runtime support functions used by compiler when generating copy/dispose helpers
155 BLOCK_BYREF_CALLER = 128, // called from __block (byref) copy/dispose support routines.
169 // runtime entry point called by the compiler when disposing of objects inside dispose helper routine

Completed in 357 milliseconds

123