Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc54 void OnPingDone();
74 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))); in Run()
78 void PingPongTest::OnPingDone() { in OnPingDone() function in mojo::__anon25a194a60111::PingPongTest
85 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))); in OnPingDone()
De2e_perftest.cc59 void OnPingDone(const std::string& reply);
77 base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))) {} in PingPongTest()
108 void PingPongTest::OnPingDone(const std::string& reply) { in OnPingDone() function in mojo::__anon819368d40111::PingPongTest