Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc49 notify_send_method_called_ = callback; in set_notify_send_method_called()
55 void Send(int32_t value) override { notify_send_method_called_.Run(value); } in Send()
65 base::Callback<void(int32_t)> notify_send_method_called_; member in mojo::test::__anonb1628bbb0111::IntegerSenderImpl