Searched refs:detach (Results 1 - 25 of 197) sorted by relevance

12345678

/macosx-10.10.1/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspectorFrontend.h34 - (void)detach;
H A DWebInspectorFrontend.mm49 - (void)detach
H A DWebInspector.h48 - (void)detach:(id)sender;
H A DWebNodeHighlighter.mm83 [_currentHighlight detach];
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodloader.h52 CSSM_SPI_ModuleDetachFunction *detach; member in struct:Security::PluginFunctions
74 virtual CSSM_SPI_ModuleDetachFunction detach = 0; member in class:Security::Plugin
H A Dmodload_plugin.h51 CSSM_SPI_ModuleDetachFunction detach; member in class:Security::LoadablePlugin
H A Dmodload_static.h54 CSSM_SPI_ModuleDetachFunction detach; member in class:Security::StaticPlugin
H A Dmodload_plugin.cpp54 findFunction(mFunctions.detach, "CSSM_SPI_ModuleDetach");
112 CSSM_RETURN LoadablePlugin::detach(CSSM_MODULE_HANDLE ModuleHandle) function in class:Security::LoadablePlugin
114 return mFunctions.detach(ModuleHandle);
H A Dmodload_static.cpp73 CSSM_RETURN StaticPlugin::detach(CSSM_MODULE_HANDLE ModuleHandle) function in class:Security::StaticPlugin
75 return entries.detach(ModuleHandle);
H A Dattachment.cpp97 module.plugin->detach(handle()); // with extreme prejudice
105 // This is the polite way to detach from the plugin. It may be refused safely
109 void Attachment::detach(bool isLocked) function in class:Attachment
117 if (CSSM_RETURN error = module.plugin->detach(handle()))
119 secdebug("cssm", "%p detach module %p(%s)", this,
122 module.detach(this);
133 detach(false);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebInspectorClientGtk.cpp70 bool WebInspectorClientGtk::detach(WebInspectorProxy* inspector) function in class:WebKit::WebInspectorClientGtk
72 if (!m_client.detach)
74 return m_client.detach(toAPI(inspector), m_client.base.clientInfo);
H A DWebInspectorClientGtk.h53 bool detach(WebInspectorProxy*);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h45 void detach() { m_page = 0; } function in class:WebKit::InjectedBundleBackForwardList
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebInspector.idl47 HRESULT detach();
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dlayout.rb32 t.style_layout(s, 'e4', :detach=>true, :iexpand=>:es)
33 t.style_layout(s, 'e5', :detach=>true, :padx=>[2,0], :pady=>2, :iexpand=>:s)
34 t.style_layout(s, 'e6', :detach=>true, :expand=>:ws,
36 t.style_layout(s, 'e7', :detach=>true, :expand=>:wn,
62 t.style_layout(s, 'e4', :detach=>true, :iexpand=>:es)
147 t.style_layout(s, 'e4', :detach=>true, :iexpand=>:es)
148 t.style_layout(s, 'e8', :detach=>true, :expand=>:n, :iexpand=>:e)
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDGlobals.cpp100 raidController->detach(IOService::getResourceService());
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp69 detach(&m_globalObject, isBeingDestroyed ? Debugger::GlobalObjectIsDestructing : Debugger::TerminatingDebuggingSession);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/gtk/
H A DWKInspectorClientGtk.h54 WKInspectorClientGtkInspectorCallback detach; member in struct:WKInspectorClientGtkV0
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h44 apr_int32_t detach; member in struct:apr_threadattr_t
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h38 apr_int32_t detach; member in struct:apr_threadattr_t
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dthread.c36 (*new)->detach = 0;
43 attr->detach = on;
49 if (attr->detach == 1)
115 if (attr && attr->detach) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_stub.c49 int detach,
53 if( ! detach ) ldap_int_status = NULL;
48 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, int detach, void *(*start_routine)(void *), void *arg) argument
H A Dthr_thr.c61 int detach,
66 arg, detach ? THR_DETACHED : 0, thread ) );
60 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, int detach, void *(*start_routine)( void *), void *arg) argument
H A Dthr_posix.c134 int detach,
154 detach = detach ? PTHREAD_CREATE_DETACHED : PTHREAD_CREATE_JOINABLE;
156 pthread_attr_setdetachstate(&attr, &detach);
158 pthread_attr_setdetachstate(&attr, detach);
172 if( detach ) {
133 ldap_pvt_thread_create( ldap_pvt_thread_t * thread, int detach, void *(*start_routine)( void * ), void *arg) argument
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dcolumn-lock.tcl43 $T style layout label1 label1.bg -detach yes -iexpand xy
57 $T style layout label2 label2.bd -detach yes -iexpand xy
70 $T style layout label3 label3.div -detach yes -expand n -iexpand x
84 $T style layout label4 label4.rect -detach yes -iexpand xy
106 $T style layout labelR1 labelR1.bg -detach yes -iexpand xy
114 $T style layout labelR2 labelR2.bd -detach yes -iexpand xy
121 $T style layout labelR3 labelR3.div -detach yes -expand n -iexpand x
128 $T style layout labelR4 labelR4.rect -detach yes -iexpand xy
154 $T style layout cell cell.bd -detach yes -iexpand xy
155 $T style layout cell cell.selN -detach ye
[all...]

Completed in 240 milliseconds

12345678