Home
last modified time | relevance | path

Searched refs:WEBKIT_LOAD_FAILED (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestloading.c188 case WEBKIT_LOAD_FAILED: in load_error_status_changed_cb()
261 case WEBKIT_LOAD_FAILED: in load_cancelled_status_changed_cb()
305 case WEBKIT_LOAD_FAILED: in load_goback_status_changed_cb()
335 case WEBKIT_LOAD_FAILED: in load_wentback_status_changed_cb()
Dtestwebdatasource.c65 if (status != WEBKIT_LOAD_FAILED) in notify_load_status_unreachable_cb()
185 g_assert_cmpint(webkit_web_view_get_load_status(view), ==, WEBKIT_LOAD_FAILED); in test_webkit_web_data_source_lifetime()
Dtestdownload.c216 webkit_web_view_get_load_status(web_view) == WEBKIT_LOAD_FAILED) in idle_quit_loop_cb()
Dtestmimehandling.c96 webkit_web_view_get_load_status(web_view) == WEBKIT_LOAD_FAILED) in idle_quit_loop_cb()
Dtestwebview.c77 webkit_web_view_get_load_status(web_view) == WEBKIT_LOAD_FAILED) in idle_quit_loop_cb()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.h88 WEBKIT_LOAD_FAILED enumerator
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp233 && loadStatus != WEBKIT_LOAD_FAILED in notifyAccessibilityStatus()
263 case WEBKIT_LOAD_FAILED: in notifyAccessibilityStatus()
1194 notifyStatus(m_frame, WEBKIT_LOAD_FAILED); in dispatchDidFailLoad()
/external/webkit/Source/WebKit/gtk/
DNEWS512 - Add a new load status value, WEBKIT_LOAD_FAILED, emitted when
DChangeLog9534 Add a new load-status enum value, WEBKIT_LOAD_FAILED, emitted when