Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc251 calculator_ui_->Add(2.0, base::Bind(&EndToEndInterfacePtrTest::AddDone, in RunTestImpl()
259 void AddDone() { EXPECT_EQ(2.0, calculator_ui_->GetOutput()); } in AddDone() function in mojo::test::__anon2de557fa0111::EndToEndInterfacePtrTest