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

/external/chromium_org/base/
H A Dbind_unittest.cc222 const_no_ref_ptr_ = &no_ref_;
239 const NoRef* const_no_ref_ptr_; member in class:base::__anon2202::BindTest
417 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_);
597 Bind(&NoRef::VoidConstMethod0, Unretained(const_no_ref_ptr_));
612 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_);

Completed in 52 milliseconds