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

  /external/libchrome/base/memory/
weak_ptr.h 23 // // Member variables should appear before the WeakPtrFactory, to ensure
26 // WeakPtrFactory<Controller> weak_factory_;
55 // To ensure correct use, the first time a WeakPtr issued by a WeakPtrFactory
63 // unbound from the SequencedTaskRunner/Thread. The WeakPtrFactory may then be
183 template <typename T> class WeakPtrFactory;
248 friend class WeakPtrFactory<T>;
260 // A class may be composed of a WeakPtrFactory and thereby
264 // WeakPtrFactory<bool> that is used to pass around a weak reference to a bool.
266 class WeakPtrFactory {
268 explicit WeakPtrFactory(T* ptr) : ptr_(ptr)
    [all...]
  /external/libweave/third_party/chromium/base/memory/
weak_ptr.h 23 // // Member variables should appear before the WeakPtrFactory, to ensure
26 // WeakPtrFactory<Controller> weak_factory_;
55 // To ensure correct use, the first time a WeakPtr issued by a WeakPtrFactory
63 // unbound from the SequencedTaskRunner/Thread. The WeakPtrFactory may then be
180 template <typename T> class WeakPtrFactory;
245 friend class WeakPtrFactory<T>;
257 // A class may be composed of a WeakPtrFactory and thereby
261 // WeakPtrFactory<bool> that is used to pass around a weak reference to a bool.
263 class WeakPtrFactory {
265 explicit WeakPtrFactory(T* ptr) : ptr_(ptr)
    [all...]

Completed in 379 milliseconds