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.cc61 void Test1ConstRef(const std::string& a) { in Test1ConstRef() function in base::__anon9ed8289d0111::Foo
913 &Foo::Test1ConstRef, foo.get(), a)); in TEST()
1039 Bind(&Foo::Test1ConstRef, foo.get(), "a")); in TEST()
Dmessage_loop_test.cc32 void Test1ConstRef(const std::string& a) { in Test1ConstRef() function in base::test::__anon026c39dd0111::Foo
102 &Foo::Test1ConstRef, foo.get(), a)); in RunTest_PostTask()