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

12345678910

/external/chromium_org/content/public/browser/
H A Ddevtools_external_agent_proxy_delegate.h21 virtual void Detach() = 0;
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_apitest.cc86 Detach();
97 void Detach() { function in class:MediaGalleriesPrivateApiTest
137 Detach();
142 // Detach
143 Detach();
160 Detach();
165 Detach();
178 Detach();
183 Detach();
/external/chromium_org/ppapi/cpp/dev/
H A Dselection_dev.cc22 return Var().Detach();
24 GetSelectedText(PP_ToBool(html)).Detach();
/external/sfntly/cpp/src/sfntly/table/
H A Dgeneric_table_builder.cc28 return table.Detach();
36 return builder.Detach();
/external/chromium_org/content/browser/devtools/
H A Ddevtools_external_agent_proxy_impl.cc33 virtual void Detach() OVERRIDE {
34 delegate_->Detach();
H A Dipc_devtools_agent_host.cc16 void IPCDevToolsAgentHost::Detach() { function in class:content::IPCDevToolsAgentHost
H A Dipc_devtools_agent_host.h20 virtual void Detach() OVERRIDE;
H A Ddevtools_agent_host_impl.h34 virtual void Detach() = 0;
/external/chromium_org/sandbox/win/src/
H A Djob.h50 HANDLE Detach();
/external/lzma/CPP/Windows/
H A DHandle.h27 HANDLE Detach() function in class:NWindows::CHandle
/external/chromium_org/ppapi/cpp/private/
H A Dinstance_private.cc23 return Var().Detach();
27 return Var().Detach();
28 return instance_private->GetInstanceObject().Detach();
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_handler.cc23 proxy_->Detach();
/external/chromium_org/content/browser/media/
H A Dmedia_internals_handler.cc22 proxy_->Detach();
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsimple_bitmap_glyph.cc42 return glyph.Detach();
H A Dindex_sub_table_format2.cc38 return output.Detach();
98 return it.Detach();
126 return output.Detach();
149 return output.Detach();
169 return output.Detach();
176 return output.Detach();
272 return output.Detach();
/external/chromium/chrome/browser/ui/views/
H A Ddom_view.cc20 Detach();
65 Detach();
/external/chromium_org/content/browser/download/
H A Dsave_file.cc50 void SaveFile::Detach() { function in class:content::SaveFile
51 file_.Detach();
H A Ddownload_file.h59 // Detach the file so it is not deleted on destruction.
60 virtual void Detach() = 0;
H A Dsave_file.h31 void Detach();
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.h34 // with the bounds of this View until Detach is called.
41 // Detach the attached native view. Its bounds and visibility will no
44 void Detach();
96 // Detach the native view. |destroyed| is true if the native view is
98 void Detach(bool destroyed);
H A Dnative_view_host.cc53 void NativeViewHost::Detach() { function in class:views::NativeViewHost
54 Detach(false);
63 // Detach so we can clear our state and notify the native_wrapper_ to release
65 Detach(true);
196 void NativeViewHost::Detach(bool destroyed) { function in class:views::NativeViewHost
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp97 prop.Detach(value);
110 prop.Detach(value);
113 prop.Detach(value);
139 prop.Detach(value);
153 prop.Detach(value);
182 *inStream = inStreamLoc.Detach();
193 *inStream = inStreamLoc.Detach();
232 *volumeStream = streamLoc.Detach();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketstream.h45 AsyncSocket* Detach();
/external/chromium_org/dbus/
H A Dmock_object_proxy.h47 MOCK_METHOD0(Detach, void());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketstream.h45 AsyncSocket* Detach();

Completed in 566 milliseconds

12345678910