HomeSort by relevance Sort by last modified time
    Searched refs:Detach (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium/webkit/glue/
webmediaplayer_impl.h 107 void Detach();
webmediaplayer_impl.cc 102 Detach();
166 void WebMediaPlayerImpl::Proxy::Detach() {
916 // And then detach the proxy, it may live on the render thread for a little
919 proxy_->Detach();
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 31 // How far a drag must pull a tab out of the tabstrip in order to detach it.
248 Detach();
408 void DraggedTabControllerGtk::Detach() {
428 dragged_tab_->Detach();
756 // detach even though we aren't attached to a tabstrip. Guard against that.
dragged_tab_gtk.cc 110 void DraggedTabGtk::Detach() {
  /external/chromium/chrome/browser/download/
save_file_manager.cc 287 save_file->Detach();
453 save_file->Detach();
download_file_manager.cc 272 download_file->Detach();
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 286 pool_->ReturnConnectedStream(logging->Detach());
stream.h 311 StreamInterface* Detach();
httpclient.cc 420 if (StreamInterface* stream = base_.detach()) {
489 response().document.reset(tap->Detach());
stream.cc 159 StreamInterface* StreamAdapterInterface::Detach() {
  /external/chromium/net/socket/
tcp_client_socket_win.cc 74 void Detach() { socket_ = NULL; }
433 core_->Detach();
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 225 void DevToolsNetLogObserver::Detach() {
devtools_manager.cc 435 NewRunnableFunction(&DevToolsNetLogObserver::Detach));
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 257 void Detach();
470 NewRunnableMethod(proxy_.get(), &IOThreadImpl::Detach));
693 void NetInternalsMessageHandler::IOThreadImpl::Detach() {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 355 if (oldContentPresent && (!newContentWanted || Node::diff(child->style(), pseudoElementStyle) == Node::Detach)) {
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 110 return CComQIPtr<IAccessible>(V_DISPATCH(var)).Detach();
117 return CComQIPtr<IAccessible>(dispatch).Detach();
  /external/webkit/Source/WebCore/dom/
Node.h 131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
456 virtual void detach();
Node.cpp 316 // We just detach if a renderer acquires or loses a column-span, since spanning elements
322 ch = Detach;
356 ch = Detach;
403 detach();
1355 void Node::detach() function in class:WebCore::Node
    [all...]
Element.cpp 1017 void Element::detach() function in class:WebCore::Element
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 682 Detach();
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 468 native->Detach();
477 // We need to remove & detach the scroll view from hierarchy to
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 155 // Windows callback for OnDestroy to detach the plugin windows.
818 // The fix is to detach plugin windows from web contents when it is going
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 726 def Detach (self, stream):
727 """Detach a file or output device from the EAS output. See
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 763 // Detach to leave ref counting to the caller.
764 return autocomplete_accessibility_.Detach();
    [all...]
  /external/v8/src/
profile-generator.cc 160 return AddOrDisposeString(data.Detach(), hash);
    [all...]

Completed in 1011 milliseconds

12 3