Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc308 base::Bind(&TestReceiver::SendMethodCalled, base::Unretained(this))); in SetUp()
311 base::Bind(&TestReceiver::SendMethodCalled, base::Unretained(this))); in SetUp()
328 void SendMethodCalled(int32_t value) { in SendMethodCalled() function in mojo::test::__anonb1628bbb0111::TestReceiver