HomeSort by relevance Sort by last modified time
    Searched refs:RETAIN (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/base/memory/
scoped_policy.h 17 // The scoped object will retain the the object and any initial ownership is
19 RETAIN
  /external/chromium_org/ui/gl/
scoped_cgl.cc 16 previous_context_.reset(previous_context, base::scoped_policy::RETAIN);
  /external/chromium_org/base/mac/
scoped_block.h 27 if (block_ && policy == base::scoped_policy::RETAIN)
43 reset(that.get(), base::scoped_policy::RETAIN);
50 if (block && policy == base::scoped_policy::RETAIN)
scoped_typeref.h 16 // of a reference to any type that is maintained by Retain and Release methods.
18 // The Traits structure must provide the Retain and Release methods for type T.
25 // void Retain(CGLContextObj object) { CGLContextRetain(object); }
39 // ownership of the object (and should not call Retain in initialization) or if
41 // Retain in initialization). This behavior is based on the |policy| parameter,
42 // with |ASSUME| for the former and |RETAIN| for the latter. The default policy
57 if (object_ && policy == base::scoped_policy::RETAIN)
58 Traits::Retain(object_);
64 Traits::Retain(object_);
73 reset(that.get(), base::scoped_policy::RETAIN);
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 183 fdref, base::scoped_policy::RETAIN);
  /external/chromium_org/device/hid/
hid_connection_mac.cc 22 device_(device, base::scoped_policy::RETAIN),
  /external/chromium_org/net/ssl/
openssl_platform_key_mac.cc 96 : key(key, base::scoped_policy::RETAIN), cssm_key(cssm_key) {}
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tools.pas 10 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tree.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
Antlr.Runtime.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
  /external/chromium_org/media/base/
video_frame.cc 326 frame->cv_pixel_buffer_.reset(cv_pixel_buffer, base::scoped_policy::RETAIN);

Completed in 333 milliseconds