Searched defs:WeakPtrFactory (Results 1 - 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/memory/
H A Dweak_ptr.h23 // // 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 { class in namespace:base
265 explicit WeakPtrFactory( function in class:base::WeakPtrFactory
[all...]
/external/libchrome/base/memory/
H A Dweak_ptr.h23 // // 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 { class in namespace:base
268 explicit WeakPtrFactory( function in class:base::WeakPtrFactory
[all...]

Completed in 101 milliseconds