HomeSort by relevance Sort by last modified time
    Searched defs:Take (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/files/
scoped_temp_dir.cc 73 FilePath ScopedTempDir::Take() {
  /external/chromium_org/base/win/
scoped_process_information.cc 85 PROCESS_INFORMATION ScopedProcessInformation::Take() {
87 process_information.hProcess = process_handle_.Take();
88 process_information.hThread = thread_handle_.Take();
99 return process_handle_.Take();
104 return thread_handle_.Take();
scoped_handle.h 48 Set(other.object->Take());
62 Set(other.object->Take());
88 Handle Take() {
registry.cc 169 HKEY RegKey::Take() {
  /external/chromium_org/mojo/public/cpp/bindings/
struct_ptr.h 36 StructPtr(RValue other) : ptr_(NULL) { Take(other.object); }
38 Take(other.object);
83 void Take(StructPtr* other) {
101 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); }
103 Take(other.object);
145 void Take(InlinedStructPtr* other) {
array.h 41 Array(RValue other) : is_null_(true) { Take(other.object); }
43 Take(other.object);
115 void Take(Array* other) {

Completed in 156 milliseconds