Searched refs:finalize (Results 226 - 250 of 345) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowAdapter.mm299 - (void)finalize {
302 [super finalize];
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebHistoryItem.mm158 - (void)finalize
167 [super finalize];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.mm512 - (void)finalize
521 [super finalize];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Notifications/
H A DWebNotificationManager.cpp198 notification->finalize();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DDIBuilder.h74 /// finalize - Construct any deferred debug info descriptors.
75 void finalize();
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DDNSSDUnitTest.java136 protected void finalize() throws Throwable method in class:TermReporter
/macosx-10.10/modemccl-25.1/
H A Dcclparser.m77 - (void)finalize
79 [super finalize];
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dmbox.tcl54 namespace export initialize finalize getproperty \
74 catch { mbox::finalize $token -subordinates dynamic }
281 proc mbox::finalize {token args} {
298 eval [list mime::finalize $msg(mime)] $args
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBuilder.pm109 # This will be reset in finalize. We do this here lest one child failure
148 return $child->finalize;
154 sub finalize { subroutine
159 $self->croak("Can't call finalize() with child ($self->{Child_Name}) active");
206 Child ($name) exited without calling finalize()
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthitems.c169 .finalize = _auth_item_finalize,
295 .finalize = _auth_items_finalize,
978 .finalize = _auth_rights_finalize,
H A Dagent.c91 .finalize = _agent_finalize,
H A Dauthtoken.c119 .finalize = _auth_token_finalize,
H A Dprocess.c95 .finalize = _process_finalize,
H A Dauthdb.c385 .finalize = _authdb_finalize,
1043 .finalize = _authdb_connection_finalize,
/macosx-10.10/objc4-646/test/
H A Dtest.h372 -(void) finalize;
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOM.mm836 - (void)finalize
840 [super finalize];
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestActiveDOMObject.cpp248 void JSTestActiveDOMObjectOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSTestActiveDOMObjectOwner
H A DJSTestEventConstructor.cpp251 void JSTestEventConstructorOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSTestEventConstructorOwner
H A DJSTestNamedConstructor.cpp240 void JSTestNamedConstructorOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSTestNamedConstructorOwner
H A DJSTestOverloadedConstructors.cpp242 void JSTestOverloadedConstructorsOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSTestOverloadedConstructorsOwner
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DFormDataStreamCFNet.cpp62 void (*finalize)(CFReadStreamRef stream, void *info); member in struct:__anon5802
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBaseNetscapePluginView.mm131 - (void)finalize
136 [super finalize];
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp196 // finalize
200 bool IOFireWireSBP2Target::finalize( IOOptionBits options ) function in class:IOFireWireSBP2Target
205 return IOService::finalize( options );
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp279 // finalize [PUBLIC]
283 IOSCSIParallelInterfaceDevice::finalize ( IOOptionBits options ) function in class:IOSCSIParallelInterfaceDevice
293 return super::finalize ( options );
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJIT.cpp636 m_getByIds[i].finalize(patchBuffer);
638 m_putByIds[i].finalize(patchBuffer);

Completed in 231 milliseconds

1234567891011>>