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

/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle.h101 // Base class for WeakHandleCore<T> to avoid template bloat. Handles
126 // WeakHandleCore<T> contains all the logic for WeakHandle<T>.
128 class WeakHandleCore class in namespace:syncer::internal
130 public base::RefCountedThreadSafe<WeakHandleCore<T> > {
134 explicit WeakHandleCore(const base::WeakPtr<T>& ptr) : ptr_(ptr) {} function in class:syncer::internal::WeakHandleCore
150 Bind(&WeakHandleCore::template DoCall0<U>, this, fn));
159 Bind(&WeakHandleCore::template DoCall1<U, A1>,
170 Bind(&WeakHandleCore::template DoCall2<U, A1, A2>,
182 Bind(&WeakHandleCore::template DoCall3<U, A1, A2, A3>,
195 Bind(&WeakHandleCore
[all...]

Completed in 76 milliseconds