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

  /external/libchrome/base/memory/
weak_ptr.cc 67 WeakPtrBase::WeakPtrBase() {
70 WeakPtrBase::~WeakPtrBase() {
73 WeakPtrBase::WeakPtrBase(const WeakReference& ref) : ref_(ref) {
weak_ptr.h 140 class BASE_EXPORT WeakPtrBase {
142 WeakPtrBase();
143 ~WeakPtrBase();
146 explicit WeakPtrBase(const WeakReference& ref);
199 class WeakPtr : public internal::WeakPtrBase {
207 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) {
251 : WeakPtrBase(ref),
  /external/libweave/third_party/chromium/base/memory/
weak_ptr.cc 57 WeakPtrBase::WeakPtrBase() {
60 WeakPtrBase::~WeakPtrBase() {
63 WeakPtrBase::WeakPtrBase(const WeakReference& ref) : ref_(ref) {
weak_ptr.h 137 class BASE_EXPORT WeakPtrBase {
139 WeakPtrBase();
140 ~WeakPtrBase();
143 explicit WeakPtrBase(const WeakReference& ref);
196 class WeakPtr : public internal::WeakPtrBase {
204 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) {
248 : WeakPtrBase(ref),

Completed in 128 milliseconds