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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLContextObject.cpp50 detach();
H A DWebGLSharedObject.cpp51 detach();
H A DWebGLObject.cpp83 void WebGLObject::detach() function in class:WebCore::WebGLObject
/macosx-10.9.5/WebKit-7537.78.2/mac/WebInspector/
H A DWebInspectorFrontend.h34 - (void)detach;
H A DWebNodeHighlight.h48 - (void)detach;
H A DWebInspectorFrontend.mm49 - (void)detach
/macosx-10.9.5/Security-55471.14.18/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.9.5/WebCore-7537.78.1/dom/
H A DNodeIterator.idl35 void detach();
H A DElementShadow.cpp69 oldRoot->detach();
90 void ElementShadow::detach() function in class:WebCore::ElementShadow
94 root->detach();
H A DDocumentParser.cpp43 // Document is expected to call detach() before releasing its ref.
65 void DocumentParser::detach() function in class:WebCore::DocumentParser
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_auth_soup.cpp46 static void detach(SoupSessionFeature*, SoupSession*);
63 featureInterface->detach = detach;
134 static void detach(SoupSessionFeature* manager, SoupSession* session) function
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebInspectorClientGtk.h46 bool detach(WebInspectorProxy*);
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.clientInfo);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/win/
H A DAccessibilityObjectWrapperWin.h43 virtual void detach() = 0;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRequestResponseView.js59 this._emptyView.detach();
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitsoupauthdialog.cpp83 static void detach(SoupSessionFeature*, SoupSession*);
130 featureInterface->detach = detach;
155 static void detach(SoupSessionFeature* manager, SoupSession* session) function
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/gtk/
H A DWKInspectorClientGtk.h48 WKInspectorClientGtkInspectorCallback detach; member in struct:WKInspectorClientGtk
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h45 void detach() { m_page = 0; } function in class:WebKit::InjectedBundleBackForwardList
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebInspector.idl47 HRESULT detach();
/macosx-10.9.5/ruby-104/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)

Completed in 205 milliseconds

1234567891011>>