OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encountered_error
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/mojo/public/bindings/lib/
connector.h
36
bool
encountered_error
() const { return error_; }
function in class:mojo::internal::Connector
remote_ptr.h
95
bool
encountered_error
() const {
function in class:mojo::RemotePtr
97
return state_->connector.
encountered_error
();
/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
());
Completed in 28 milliseconds