OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encountered_error
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/public/tests/
bindings_remote_ptr_unittest.cc
50
bool
encountered_error
() const {
function in class:mojo::test::MathCalculatorUIImpl
51
return calculator_.
encountered_error
();
160
EXPECT_FALSE(calculator_ui.
encountered_error
());
163
EXPECT_FALSE(calculator_ui.
encountered_error
());
169
EXPECT_FALSE(calculator_ui.
encountered_error
());
174
EXPECT_TRUE(calculator_ui.
encountered_error
());
bindings_connector_unittest.cc
171
EXPECT_TRUE(connector0->
encountered_error
());
/external/chromium_org/mojo/public/bindings/lib/
remote_ptr.h
95
bool
encountered_error
() const {
function in class:mojo::RemotePtr
97
return state_->connector.
encountered_error
();
connector.h
36
bool
encountered_error
() const { return error_; }
function in class:mojo::internal::Connector
Completed in 368 milliseconds