Home
last modified time | relevance | path

Searched refs:WebKitLoadStatus (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestwebdatasource.c60 WebKitLoadStatus status = webkit_web_view_get_load_status (view); in notify_load_status_unreachable_cb()
78 WebKitLoadStatus status = webkit_web_view_get_load_status (view); in notify_load_status_cb()
144 WebKitLoadStatus status = webkit_web_view_get_load_status (view); in notify_load_status_lifetime_cb()
Dtestloading.c115 WebKitLoadStatus status = webkit_web_view_get_load_status(WEBKIT_WEB_VIEW(object)); in status_changed_cb()
170 WebKitLoadStatus status = webkit_web_view_get_load_status(WEBKIT_WEB_VIEW(object)); in load_error_status_changed_cb()
250 WebKitLoadStatus status = webkit_web_view_get_load_status(WEBKIT_WEB_VIEW(object)); in load_cancelled_status_changed_cb()
294 WebKitLoadStatus status = webkit_web_view_get_load_status(WEBKIT_WEB_VIEW(object)); in load_goback_status_changed_cb()
321 WebKitLoadStatus status = webkit_web_view_get_load_status(WEBKIT_WEB_VIEW(object)); in load_wentback_status_changed_cb()
Dtestkeyevents.c106 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in test_keypress_events_load_status_cb()
182 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in test_ime_load_status_cb()
229 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in test_blocking_load_status_cb()
257 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in test_xim_load_status_cb()
Dtestdomdomwindow.c106 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in load_event_callback()
152 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in load_status_callback()
Dtesthittestresult.c78 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in load_status_cb()
Dtestcopyandpaste.c81 WebKitLoadStatus status = webkit_web_view_get_load_status(webView); in load_status_cb()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.h89 } WebKitLoadStatus; typedef
157 WEBKIT_API WebKitLoadStatus
Dwebkitwebframeprivate.h48 WebKitLoadStatus loadStatus;
Dwebkitwebviewprivate.h83 WebKitLoadStatus loadStatus;
Dwebkitwebview.h368 WEBKIT_API WebKitLoadStatus
Dwebkitwebframe.cpp877 WebKitLoadStatus webkit_web_frame_get_load_status(WebKitWebFrame* frame) in webkit_web_frame_get_load_status()
Dwebkitwebview.cpp4621 WebKitLoadStatus webkit_web_view_get_load_status(WebKitWebView* webView) in webkit_web_view_get_load_status()
/external/webkit/Source/WebKit/gtk/docs/
Dwebkitgtk-sections.txt88 WebKitLoadStatus
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp230 static void notifyAccessibilityStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) in notifyAccessibilityStatus()
275 static void notifyStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) in notifyStatus()
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp1020 WebKitLoadStatus loadStatus = webkit_web_frame_get_load_status(frame); in webFrameLoadStatusNotified()