Searched refs:Detach (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/ui/views/
H A Ddom_view.cc20 Detach();
65 Detach();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketstream.h45 AsyncSocket* Detach();
H A Dsocketstream.cc52 AsyncSocket* SocketStream::Detach() { function in class:talk_base::SocketStream
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_thread.cc37 t1.Detach();
H A Dtsan_test_util.h64 void Detach();
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc31 void Detach() { function in class:ContentsContainer::OverlayContentView
55 overlay_view_->Detach();
126 overlay_view_->Detach();
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.cc42 void Detach();
95 void WebSocketStreamHandleImpl::Context::Detach() { function in class:webkit_glue::WebSocketStreamHandleImpl::Context
149 context_->Detach();
/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc42 unk2.Attach(unk.Detach());
61 IMalloc* naked_copy = copy1.Detach();
H A Dscoped_comptr.h64 Interface* Detach() { function in class:base::win::ScopedComPtr
/external/chromium/chrome/browser/download/
H A Dbase_file.h45 // Detach the file so it is not deleted on destruction.
46 virtual void Detach();
H A Dbase_file_unittest.cc105 base_file_->Detach();
120 base_file_->Detach();
140 base_file_->Detach();
H A Dbase_file.cc148 void BaseFile::Detach() { function in class:BaseFile
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container_win.cc41 // Detach the TabContents. Do this before we unparent the
43 // cleanup during Detach().
44 Detach();
46 // TODO(brettw) should this move to NativeViewHost::Detach? It
H A Dnative_tab_contents_container_gtk.cc39 Detach();
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.h32 void Detach();
H A Dhtml_dialog_tab_contents_delegate.cc27 void HtmlDialogTabContentsDelegate::Detach() { function in class:HtmlDialogTabContentsDelegate
H A Dhtml_dialog_tab_contents_delegate_unittest.cc96 test_tab_contents_delegate_->Detach();
/external/v8/src/
H A Dsmart-array-pointer.h73 // deleted then call Detach(). Afterwards, the smart pointer is empty
75 inline T* Detach() { function in class:v8::internal::SmartArrayPointer
H A Dflags.cc248 args->Add(buffer.ToCString().Detach());
250 args->Add(ToString(f).Detach());
258 args->Add(buffer.ToCString().Detach());
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.h58 static void Detach();
/external/chromium/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h81 void Detach();
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.h48 void Detach();
H A Ddragged_tab_controller_gtk.h128 // Detach the dragged Tab from the current TabStrip.
129 void Detach();
/external/chromium/chrome/browser/ui/gtk/
H A Dhtml_dialog_gtk.cc89 Detach();
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc129 Detach();

Completed in 3614 milliseconds

123