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

/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
H A Dcall_on_main_thread.h82 template <typename R> class WeakRefAutoAbandonWrapper { class in namespace:plugin
84 WeakRefAutoAbandonWrapper(void (*callback_fn)(R* raw_data, function in class:plugin::WeakRefAutoAbandonWrapper
101 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr,
103 nacl::scoped_ptr<WeakRefAutoAbandonWrapper<R> > p;
124 WeakRefAutoAbandonWrapper<R>* wref_auto_wrapper =
125 new WeakRefAutoAbandonWrapper<R>(raw_callback_fn, raw_data);
129 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wp =
130 anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >(
133 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr,

Completed in 51 milliseconds