Lines Matching full:progress
24 int progress; member
48 if (ctx->progress == 100) { in browser_update_title()
55 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress, in browser_update_title()
95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view); in view_cb_notify_estimated_load_progress()
96 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__, in view_cb_notify_estimated_load_progress()
97 ctx->progress); in view_cb_notify_estimated_load_progress()
200 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress()
201 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__, in view_cb_notify_progress()
202 ctx->progress); in view_cb_notify_progress()
330 g_signal_connect(G_OBJECT(view), "notify::estimated-load-progress", in hs20_web_browser()
344 g_signal_connect(G_OBJECT(view), "notify::progress", in hs20_web_browser()