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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 38 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();
ebsc_table.cc 73 return builder.Detach();
87 return output.Detach();
index_sub_table_format1.cc 101 return it.Detach();
108 return output.Detach();
131 return output.Detach();
152 return output.Detach();
159 return output.Detach();
299 return output.Detach();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 38 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();
ebsc_table.cc 73 return builder.Detach();
87 return output.Detach();
  /external/chromium/chrome/browser/download/
base_file.h 45 // Detach the file so it is not deleted on destruction.
46 virtual void Detach();
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 32 void Detach();
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.h 40 void Detach();
  /external/chromium_org/content/browser/download/
download_file.h 59 // Detach the file so it is not deleted on destruction.
60 virtual void Detach() = 0;
download_item_impl_delegate.h 41 void Detach();
mock_download_file.h 38 MOCK_METHOD0(Detach, void());
save_file.h 31 void Detach();
  /external/chromium_org/dbus/
mock_object_proxy.h 47 MOCK_METHOD0(Detach, void());
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
subsetter.cc 65 return font_subset.Detach();
utils.cc 34 return fonts[0].Detach();
42 return builders[0].Detach();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 45 return table.Detach();
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 59 void NativeViewHost::Detach() {
60 Detach(false);
69 // Detach so we can clear our state and notify the native_wrapper_ to release
71 Detach(true);
202 void NativeViewHost::Detach(bool destroyed) {
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.cc 33 void WebDialogWebContentsDelegate::Detach() {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 37 t1.Detach();
  /external/lzma/CPP/Windows/
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/sfntly/cpp/src/sample/subtly/
subsetter.cc 65 return font_subset.Detach();
utils.cc 34 return fonts[0].Detach();
42 return builders[0].Detach();
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 45 return table.Detach();
  /external/v8/src/
smart-array-pointer.h 73 // deleted then call Detach(). Afterwards, the smart pointer is empty
75 inline T* Detach() {
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_eject_apitest.cc 66 void Detach() {
85 // Attach / detach
97 Detach();

Completed in 1138 milliseconds

12 3 4 5 6 7 8 91011>>