Home
last modified time | relevance | path

Searched defs:loadStatus (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.h120 WebKitLoadStatus loadStatus; member
137 WebKitLoadStatus loadStatus; member
/external/icu4c/test/cintltst/
Dspreptst.c309 UErrorCode loadStatus = U_ZERO_ERROR; in Test_nfs4_cis_prep() local
428 UErrorCode loadStatus = U_ZERO_ERROR; in Test_nfs4_mixed_prep() local
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp93 static void notifyStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) in notifyStatus()