HomeSort by relevance Sort by last modified time
    Searched refs:error_description (Results 1 - 3 of 3) 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...]

Completed in 162 milliseconds