Home
last modified time | relevance | path

Searched refs:Test1ConstRef (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc62 void Test1ConstRef(const std::string& a) { in Test1ConstRef() function in base::__anona43c38fc0111::Foo
839 &Foo::Test1ConstRef, foo.get(), a)); in TEST()
965 Bind(&Foo::Test1ConstRef, foo.get(), "a")); in TEST()
Dmessage_loop_test.cc33 void Test1ConstRef(const std::string& a) { in Test1ConstRef() function in base::test::__anon9470f2bc0111::Foo
103 FROM_HERE, Bind(&Foo::Test1ConstRef, foo.get(), a)); in RunTest_PostTask()