Searched refs:Detach (Results 26 - 50 of 51) sorted by relevance

123

/external/chromium/chrome/browser/download/
H A Dsave_file_manager.cc287 save_file->Detach();
453 save_file->Detach();
H A Ddownload_file_manager.cc272 download_file->Detach();
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h212 // Detach the dragged Tab from the current TabStrip.
213 void Detach();
H A Ddragged_tab_controller.cc682 Detach();
938 void DraggedTabController::Detach() { function in class:DraggedTabController
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketpool.cc286 pool_->ReturnConnectedStream(logging->Detach());
H A Dstream.h311 StreamInterface* Detach();
H A Dhttpclient.cc489 response().document.reset(tap->Detach());
H A Dstream.cc159 StreamInterface* StreamAdapterInterface::Detach() { function in class:talk_base::StreamAdapterInterface
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h107 void Detach();
H A Dwebmediaplayer_impl.cc102 Detach();
166 void WebMediaPlayerImpl::Proxy::Detach() { function in class:webkit_glue::WebMediaPlayerImpl::Proxy
919 proxy_->Detach();
/external/chromium/net/socket/
H A Dtcp_client_socket_win.cc74 void Detach() { socket_ = NULL; } function in class:net::TCPClientSocketWin::Core
433 core_->Detach();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.cc225 void DevToolsNetLogObserver::Detach() { function in class:DevToolsNetLogObserver
H A Ddevtools_manager.cc435 NewRunnableFunction(&DevToolsNetLogObserver::Detach));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.cc110 void DraggedTabGtk::Detach() { function in class:DraggedTabGtk
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc257 void Detach();
470 NewRunnableMethod(proxy_.get(), &IOThreadImpl::Detach));
693 void NetInternalsMessageHandler::IOThreadImpl::Detach() { function in class:__anon1895::NetInternalsMessageHandler::IOThreadImpl
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp355 if (oldContentPresent && (!newContentWanted || Node::diff(child->style(), pseudoElementStyle) == Node::Detach)) {
/external/chromium/chrome/browser/accessibility/
H A Daccessibility_win_browsertest.cc110 return CComQIPtr<IAccessible>(V_DISPATCH(var)).Detach();
117 return CComQIPtr<IAccessible>(dispatch).Detach();
/external/webkit/Source/WebCore/dom/
H A DNode.h131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enumerator in enum:WebCore::Node::StyleChange
H A DNode.cpp322 ch = Detach;
356 ch = Detach;
H A DElement.cpp1106 if (ch == Detach || !currentStyle) {
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc468 native->Detach();
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1639 return LresultFromObject(IID_IAccessible, wparam, root.Detach());
/external/sonivox/jet_tools/JetCreator/
H A Deas.py726 def Detach (self, stream): member in class:EAS
727 """Detach a file or output device from the EAS output. See
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc763 // Detach to leave ref counting to the caller.
764 return autocomplete_accessibility_.Detach();
/external/v8/src/
H A Dprofile-generator.cc155 name->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL).Detach(),

Completed in 520 milliseconds

123