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

1234567891011

/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLContextObject.cpp50 detach();
H A DWebGLSharedObject.cpp51 detach();
H A DWebGLObject.cpp79 void WebGLObject::detach() function in class:WebCore::WebGLObject
H A DWebGLObject.h72 virtual void detach();
/macosx-10.10/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspectorFrontend.h34 - (void)detach;
H A DWebInspectorFrontend.mm49 - (void)detach
/macosx-10.10/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/WebCore-7600.1.25/dom/
H A DNodeIterator.idl35 void detach();
H A DDocumentParser.cpp42 // Document is expected to call detach() before releasing its ref.
64 void DocumentParser::detach() function in class:WebCore::DocumentParser
/macosx-10.10/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/WebCore-7600.1.25/accessibility/win/
H A DAccessibilityObjectWrapperWin.h44 virtual void detach() = 0;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h45 void detach() { m_page = 0; } function in class:WebKit::InjectedBundleBackForwardList
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebInspector.idl47 HRESULT detach();
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTRefElement.cpp72 void detach();
103 void SVGTRefTargetEventListener::detach() function in class:WebCore::SVGTRefTargetEventListener
140 m_targetListener->detach();
162 m_targetListener->detach();
248 m_targetListener->detach();
254 m_targetListener->detach();
298 m_targetListener->detach();
/macosx-10.10/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/AppleRAID-4.0.6/
H A DAppleRAIDGlobals.cpp100 raidController->detach(IOService::getResourceService());
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp69 detach(&m_globalObject, isBeingDestroyed ? Debugger::GlobalObjectIsDestructing : Debugger::TerminatingDebuggingSession);
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperBase.h47 - (void)detach;
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseChooserOnlyDateAndTimeInputType.h48 virtual void detach() override;

Completed in 172 milliseconds

1234567891011