Searched refs:error_description (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc250 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);
876 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
908 error_description = GetErrorMessage(kFailedConnectivity);
918 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
633 NeedsReconnecting( chromeos::CellularNetwork* network, PlanActivationState* new_state, std::string* error_description) argument
1053 UpdatePage( chromeos::CellularNetwork* network, const std::string& error_description) argument
1067 ChangeState(chromeos::CellularNetwork* network, PlanActivationState new_state, const std::string& error_description) argument
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_private.h148 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);
H A Dewk_frame.cpp1869 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) argument
1878 error_description, failing_url);
1883 buf.description = error_description;
1899 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) argument
1905 error_description, failing_url);
1912 error.description = error_description;

Completed in 201 milliseconds