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

  /external/chromium_org/base/
bind_unittest.cc 416 WeakPtrFactory<NoRef> weak_factory(&no_ref_);
420 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr());
424 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr());
427 weak_factory.InvalidateWeakPtrs();
611 WeakPtrFactory<NoRef> weak_factory(&no_ref_);
615 Bind(&NoRef::VoidMethod0, weak_factory.GetWeakPtr());
627 Bind(&FunctionWithWeakFirstParam, weak_factory.GetWeakPtr());
630 weak_factory.InvalidateWeakPtrs();
  /external/chromium_org/cc/trees/
thread_proxy.h 80 base::WeakPtrFactory<ThreadProxy> weak_factory; member in struct:cc::ThreadProxy::MainThreadOnly
145 base::WeakPtrFactory<ThreadProxy> weak_factory; member in struct:cc::ThreadProxy::CompositorThreadOnly
thread_proxy.cc 83 weak_factory(proxy) {}
119 weak_factory(proxy) {
594 main_thread_weak_ptr_ = main().weak_factory.GetWeakPtr();
631 main().weak_factory.InvalidateWeakPtrs();
    [all...]

Completed in 388 milliseconds