Searched defs:failing_url (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.h92 const char *failing_url; /**< the url that failed to load */ member in struct:_Ewk_Frame_Load_Error
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);
1884 buf.failing_url = failing_url;
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);
1913 error.failing_url = failing_url;

Completed in 56 milliseconds