OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_description
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc
250
std::string*
error_description
);
266
const std::string&
error_description
);
270
const std::string&
error_description
);
636
std::string*
error_description
) {
653
*
error_description
= GetErrorMessage(kFailedConnectivity);
737
std::string
error_description
;
local
861
error_description
= GetErrorMessage(kFailedConnectivity);
[
all
...]
/external/webkit/Source/WebKit/efl/ewk/
ewk_private.h
148
void ewk_frame_load_finished(Evas_Object *o, const char *error_domain, int error_code, Eina_Bool is_cancellation, const char *
error_description
, const char *failing_url);
149
void ewk_frame_load_error(Evas_Object *o, const char *error_domain, int error_code, Eina_Bool is_cancellation, const char *
error_description
, const char *failing_url);
ewk_frame.cpp
[
all
...]
/external/protobuf/src/google/protobuf/
generated_message_reflection.cc
135
#define USAGE_CHECK(CONDITION, METHOD,
ERROR_DESCRIPTION
) \
137
ReportReflectionUsageError(descriptor_, field, #METHOD,
ERROR_DESCRIPTION
)
138
#define USAGE_CHECK_EQ(A, B, METHOD,
ERROR_DESCRIPTION
) \
139
USAGE_CHECK((A) == (B), METHOD,
ERROR_DESCRIPTION
)
140
#define USAGE_CHECK_NE(A, B, METHOD,
ERROR_DESCRIPTION
) \
141
USAGE_CHECK((A) != (B), METHOD,
ERROR_DESCRIPTION
)
[
all
...]
Completed in 529 milliseconds