Searched defs:Take (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc73 FilePath ScopedTempDir::Take() { function in class:base::ScopedTempDir
/external/chromium_org/base/win/
H A Dscoped_process_information.cc85 PROCESS_INFORMATION ScopedProcessInformation::Take() { function in class:base::win::ScopedProcessInformation
87 process_information.hProcess = process_handle_.Take();
88 process_information.hThread = thread_handle_.Take();
99 return process_handle_.Take();
104 return thread_handle_.Take();
H A Dscoped_handle.h48 Set(other.object->Take());
62 Set(other.object->Take());
88 Handle Take() { function in class:base::win::GenericScopedHandle
H A Dregistry.cc169 HKEY RegKey::Take() { function in class:base::win::RegKey
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs246 #region Take
248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstruct_ptr.h36 StructPtr(RValue other) : ptr_(NULL) { Take(other.object); }
38 Take(other.object);
83 void Take(StructPtr* other) { function in class:mojo::StructPtr
101 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); }
103 Take(other.object);
145 void Take(InlinedStructPtr* other) { function in class:mojo::InlinedStructPtr
H A Darray.h41 Array(RValue other) : is_null_(true) { Take(other.object); }
43 Take(other.object);
115 void Take(Array* other) { function in class:mojo::Array

Completed in 456 milliseconds