Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/cpp/bindings/lib/
Drouter.h39 bool encountered_error() const { return connector_.encountered_error(); } in encountered_error() function
Dconnector.h56 bool encountered_error() const { return error_; } in encountered_error() function
/external/chromium_org/mojo/public/cpp/bindings/
Dinterface_ptr.h74 bool encountered_error() const { in encountered_error() function
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc21 bool encountered_error() const { return encountered_error_; } in encountered_error() function in mojo::test::__anond58f8eeb0111::ErrorObserver
79 bool encountered_error() const { in encountered_error() function in mojo::test::__anond58f8eeb0111::MathCalculatorUIImpl