Home
last modified time | relevance | path

Searched refs:WEBKIT_LOAD_PROVISIONAL (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestloading.c118 case WEBKIT_LOAD_PROVISIONAL: in status_changed_cb()
150 g_assert_cmpint(webkit_web_view_get_load_status(fixture->webView), ==, WEBKIT_LOAD_PROVISIONAL); in test_loading_status()
173 case WEBKIT_LOAD_PROVISIONAL: in load_error_status_changed_cb()
253 case WEBKIT_LOAD_PROVISIONAL: in load_cancelled_status_changed_cb()
297 case WEBKIT_LOAD_PROVISIONAL: in load_goback_status_changed_cb()
329 case WEBKIT_LOAD_PROVISIONAL: in load_wentback_status_changed_cb()
Dtestwebdatasource.c181 g_assert_cmpint(webkit_web_view_get_load_status(view), ==, WEBKIT_LOAD_PROVISIONAL); in test_webkit_web_data_source_lifetime()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.h84 WEBKIT_LOAD_PROVISIONAL, enumerator
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp232 if (loadStatus != WEBKIT_LOAD_PROVISIONAL in notifyAccessibilityStatus()
258 case WEBKIT_LOAD_PROVISIONAL: in notifyAccessibilityStatus()
949 notifyStatus(m_frame, WEBKIT_LOAD_PROVISIONAL); in dispatchDidStartProvisionalLoad()
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp1026 case WEBKIT_LOAD_PROVISIONAL: in webFrameLoadStatusNotified()