Searched refs:loadStatus (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframeprivate.h48 WebKitLoadStatus loadStatus; member in struct:_WebKitWebFramePrivate
H A Dwebkitwebviewprivate.h83 WebKitLoadStatus loadStatus; member in struct:_WebKitWebViewPrivate
H A Dwebkitwebframe.cpp882 return priv->loadStatus;
H A Dwebkitwebview.cpp4626 return priv->loadStatus;
/external/icu4c/test/cintltst/
H A Dspreptst.c316 UErrorCode loadStatus = U_ZERO_ERROR; local
317 loadTestData(&loadStatus);
318 if (U_FAILURE(loadStatus)) {
319 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
435 UErrorCode loadStatus = U_ZERO_ERROR; local
436 loadTestData(&loadStatus);
437 if (U_FAILURE(loadStatus)) {
438 log_data_err("Test could not initialize. Got %s\n", u_errorName(loadStatus));
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp204 UErrorCode loadStatus = uplug_getPlugLoadStatus(plug); local
221 switch(loadStatus) {
238 if(U_FAILURE(loadStatus)) {
247 "/// %s\n", u_errorName(loadStatus), message);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp230 static void notifyAccessibilityStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) argument
232 if (loadStatus != WEBKIT_LOAD_PROVISIONAL
233 && loadStatus != WEBKIT_LOAD_FAILED
234 && loadStatus != WEBKIT_LOAD_FINISHED)
257 switch (loadStatus) {
275 static void notifyStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) argument
277 frame->priv->loadStatus = loadStatus;
282 webView->priv->loadStatus = loadStatus;
[all...]
/external/icu4c/common/
H A Dicuplug.c539 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
544 plug->pluginStatus = loadStatus;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp1020 WebKitLoadStatus loadStatus = webkit_web_frame_get_load_status(frame); local
1025 switch (loadStatus) {

Completed in 162 milliseconds