HomeSort by relevance Sort by last modified time
    Searched refs:encountered_error (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 21 bool encountered_error() const { return encountered_error_; } function in class:mojo::test::__anon13403::ErrorObserver
79 bool encountered_error() const { function in class:mojo::test::__anon13403::MathCalculatorUIImpl
80 return calculator_.encountered_error();
288 EXPECT_FALSE(calculator_ui.encountered_error());
291 EXPECT_FALSE(calculator_ui.encountered_error());
297 EXPECT_FALSE(calculator_ui.encountered_error());
302 EXPECT_TRUE(calculator_ui.encountered_error());
317 EXPECT_FALSE(calculator_ui.encountered_error());
320 EXPECT_FALSE(calculator_ui.encountered_error());
326 EXPECT_FALSE(calculator_ui.encountered_error());
    [all...]
connector_unittest.cc 261 EXPECT_FALSE(connector0.encountered_error());
268 EXPECT_FALSE(connector0.encountered_error());
273 EXPECT_TRUE(connector0.encountered_error());
router_unittest.cc 195 EXPECT_TRUE(router0.encountered_error());
196 EXPECT_TRUE(router1.encountered_error());
  /external/chromium_org/mojo/public/cpp/bindings/lib/
router.h 39 bool encountered_error() const { return connector_.encountered_error(); } function in class:mojo::internal::Router
connector.h 56 bool encountered_error() const { return error_; } function in class:mojo::internal::Connector
interface_ptr_internal.h 83 bool encountered_error() const { function in class:mojo::internal::InterfacePtrState
84 return router_ ? router_->encountered_error() : false;
  /external/chromium_org/mojo/shell/
shell_test_base_unittest.cc 100 EXPECT_FALSE(service.encountered_error());
124 if (!test_service.encountered_error()) {
128 EXPECT_TRUE(test_service.encountered_error());
146 EXPECT_FALSE(service.encountered_error());
172 EXPECT_TRUE(test_service.encountered_error());
197 EXPECT_FALSE(service1.encountered_error());
198 EXPECT_FALSE(service2.encountered_error());
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 79 bool encountered_error() const { function in class:mojo::InterfacePtr
80 return internal_state_.encountered_error();
  /external/chromium_org/device/serial/
serial_service_unittest.cc 97 EXPECT_EQ(!expecting_success, connection.encountered_error());
  /external/chromium_org/mojo/application_manager/
application_manager_unittest.cc 666 EXPECT_TRUE(c.encountered_error());

Completed in 121 milliseconds