Home
last modified time | relevance | path

Searched defs:ReportBadMessage (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dbinding.h210 void ReportBadMessage(const std::string& error) { in ReportBadMessage() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmessage.cc485 void SyncMessageResponseContext::ReportBadMessage(const std::string& error) { in ReportBadMessage() function in mojo::SyncMessageResponseContext
505 void ReportBadMessage(const std::string& error) { in ReportBadMessage() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_set_unittest.cc58 base::Closure ReportBadMessage(BindingSetType* binding_set, in ReportBadMessage() function
Dbinding_unittest.cc469 TEST_P(BindingTest, ReportBadMessage) { in TEST_P() argument