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

/external/libchrome/base/
H A Dbind_unittest.cc29 class NoRef { class in namespace:base::__anon9963
31 NoRef() {} function in class:base::__anon9963::NoRef
41 DISALLOW_COPY_AND_ASSIGN(NoRef);
44 class HasRef : public NoRef {
304 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
334 StrictMock<NoRef> no_ref_;
337 const NoRef* const_no_ref_ptr_;
338 StrictMock<NoRef> static_func_mock_;
341 static StrictMock<NoRef>* static_func_mock_ptr;
347 StrictMock<NoRef>* BindTes
[all...]

Completed in 79 milliseconds