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