Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc286 base::Bind(&TestReceiver::SendMethodCalled, base::Unretained(this))); in SetUp()
289 base::Bind(&TestReceiver::SendMethodCalled, base::Unretained(this))); in SetUp()
306 void SendMethodCalled(int32_t value) { in SendMethodCalled() function in mojo::test::__anon932218d20111::TestReceiver