OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Detach
(Results
101 - 125
of
299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc
27
void HtmlDialogTabContentsDelegate::
Detach
() {
/external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h
86
void
Detach
();
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.h
56
void
Detach
();
/external/chromium_org/content/browser/download/
base_file.h
63
//
Detach
the file so it is not deleted on destruction.
64
virtual void
Detach
();
base_file_unittest.cc
161
file.
Detach
();
181
//
Detach
the file so it isn't deleted on destruction of |duplicate_file|.
182
duplicate_file.
Detach
();
248
// Write data to the file and
detach
it, so it doesn't get deleted
254
base_file_->
Detach
();
258
// Write data to the file and
detach
it, and calculate its sha256 hash.
278
base_file_->
Detach
();
282
// Rename the file after writing to it, then
detach
.
298
base_file_->
Detach
();
566
base_file_->
Detach
();
[
all
...]
/external/chromium_org/content/renderer/p2p/
socket_client_impl.h
102
void
Detach
();
/external/chromium_org/gin/modules/
module_registry.h
76
virtual void
Detach
(v8::Handle<v8::Context> context) OVERRIDE;
/external/chromium_org/ppapi/cpp/
var.h
222
///
Detach
() detaches from the internal <code>PP_Var</code> of this
229
PP_Var
Detach
() {
/external/chromium_org/sandbox/win/src/
job.cc
100
HANDLE Job::
Detach
() {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc
106
return glyph.
Detach
();
ebdt_table.cc
63
return table.
Detach
();
181
return builder.
Detach
();
189
return builder.
Detach
();
eblc_table.cc
269
return new_table.
Detach
();
276
return new_builder.
Detach
();
283
return new_builder.
Detach
();
/external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc
88
host()->
Detach
();
/external/chromium_org/v8/src/
smart-pointers.h
77
// deleted then call
Detach
(). Afterwards, the smart pointer is empty
79
inline T*
Detach
() {
/external/lzma/CPP/Windows/
PropVariant.h
46
HRESULT
Detach
(PROPVARIANT *pDest);
/external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc
106
return glyph.
Detach
();
ebdt_table.cc
63
return table.
Detach
();
181
return builder.
Detach
();
189
return builder.
Detach
();
eblc_table.cc
269
return new_table.
Detach
();
276
return new_builder.
Detach
();
283
return new_builder.
Detach
();
/external/chromium/chrome/browser/download/
base_file_unittest.cc
99
// Write data to the file and
detach
it, so it doesn't get deleted
105
base_file_->
Detach
();
109
// Write data to the file and
detach
it, and calculate its sha256 hash.
120
base_file_->
Detach
();
124
// Rename the file after writing to it, then
detach
.
140
base_file_->
Detach
();
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc
73
void
Detach
();
115
void NativeProcessLauncherImpl::Core::
Detach
() {
262
core_->
Detach
();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
100
return builder.
Detach
();
120
return table.
Detach
();
223
return glyph.
Detach
();
316
return builder.
Detach
();
529
return table.
Detach
();
676
return table.
Detach
();
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
100
return builder.
Detach
();
120
return table.
Detach
();
223
return glyph.
Detach
();
316
return builder.
Detach
();
529
return table.
Detach
();
676
return table.
Detach
();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
readable_font_data.cc
44
return wfd.
Detach
();
267
return slice.
Detach
();
279
return slice.
Detach
();
/external/lzma/CPP/7zip/Archive/
SplitHandler.cpp
59
prop.
Detach
(value);
293
prop.
Detach
(value);
354
*stream = streamTemp.
Detach
();
/external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc
44
return wfd.
Detach
();
267
return slice.
Detach
();
279
return slice.
Detach
();
Completed in 1728 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>