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

  /external/chromium_org/base/mac/
scoped_cftyperef.h 43 : public ScopedTypeRef<CFT, internal::ScopedCFTypeRefTraits> {
50 : ScopedTypeRef<CFT,
54 : ScopedTypeRef<CFT, internal::ScopedCFTypeRefTraits>(that) {}
scoped_typeref.h 15 // ScopedTypeRef<> is patterned after scoped_ptr<>, but maintains a ownership
34 // base::ScopedTypeRef<CGLContextObj> context;
38 // the ScopedTypeRef<> being initialized is assuming the caller's existing
49 class ScopedTypeRef {
53 ScopedTypeRef(
61 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that)
67 ~ScopedTypeRef() {
72 ScopedTypeRef& operator=(const ScopedTypeRef<T, Traits>& that)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.h 58 base::ScopedTypeRef<CGLContextObj> clg_context_strong,
63 base::ScopedTypeRef<CGLContextObj> cgl_context_strong_;
display_link_mac.h 35 base::ScopedTypeRef<CVDisplayLinkRef> display_link);
54 base::ScopedTypeRef<CVDisplayLinkRef> display_link_;
display_link_mac.cc 37 base::ScopedTypeRef<CVDisplayLinkRef> display_link;
63 base::ScopedTypeRef<CVDisplayLinkRef> display_link)
  /external/chromium_org/ui/gl/
scoped_cgl.h 49 base::ScopedTypeRef<CGLContextObj> previous_context_;
  /external/chromium_org/content/common/gpu/
image_transport_surface_calayer_mac.h 62 base::ScopedTypeRef<CGLContextObj> share_group_context_;

Completed in 306 milliseconds