Home
last modified time | relevance | path

Searched refs:NoRef (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/
Dbind_unittest.cc23 class NoRef { class
25 NoRef() {} in NoRef() function in base::__anon874ec17c0111::NoRef
35 DISALLOW_COPY_AND_ASSIGN(NoRef);
38 class HasRef : public NoRef {
206 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) { in FunctionWithWeakFirstParam()
236 StrictMock<NoRef> no_ref_;
239 const NoRef* const_no_ref_ptr_;
240 StrictMock<NoRef> static_func_mock_;
243 static StrictMock<NoRef>* static_func_mock_ptr;
249 StrictMock<NoRef>* BindTest::static_func_mock_ptr;
[all …]
Dbind_unittest.nc17 class NoRef {
24 class HasRef : public NoRef, public base::RefCounted<HasRef> {
67 …T_METHOD_ON_CONST_OBJECT) // [r"invalid conversion from 'const base::NoRef\*' to 'base::NoRef\*'"]
86 NoRef no_ref;
88 Bind(&NoRef::VoidMethod0, &no_ref);
98 NoRef no_ref;
100 Bind(&NoRef::VoidConstMethod0, &no_ref);
104 …ned(NCTEST_CONST_POINTER) // [r"invalid conversion from 'const base::NoRef\*' to 'base::NoRef\*'"]
110 const NoRef* const_no_ref_ptr;
111 Callback<NoRef*(void)> pointer_same_cb =
[all …]
/external/chromium_org/cc/layers/
Ddelegated_frame_resource_collection_unittest.cc71 TEST_F(DelegatedFrameResourceCollectionTest, NoRef) { in TEST_F() argument