Home
last modified time | relevance | path

Searched refs:is_cancellation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
Dewk_private.h148 …(Evas_Object *o, const char *error_domain, int error_code, Eina_Bool is_cancellation, const char *…
149 …(Evas_Object *o, const char *error_domain, int error_code, Eina_Bool is_cancellation, const char *…
Dewk_frame.cpp1869 …(Evas_Object* o, const char* error_domain, int error_code, Eina_Bool is_cancellation, const char* … in ewk_frame_load_finished() argument
1877 o, error_domain, error_code, is_cancellation, in ewk_frame_load_finished()
1882 buf.is_cancellation = is_cancellation; in ewk_frame_load_finished()
1899 …(Evas_Object* o, const char* error_domain, int error_code, Eina_Bool is_cancellation, const char* … in ewk_frame_load_error() argument
1904 o, error_domain, error_code, is_cancellation, in ewk_frame_load_error()
1910 error.is_cancellation = is_cancellation; in ewk_frame_load_error()
Dewk_frame.h89 Eina_Bool is_cancellation; /**< if load failed because it was canceled */ member
/external/webkit/Tools/EWebLauncher/
Dmain.c307 else if (err->is_cancellation) in on_load_finished()