HomeSort by relevance Sort by last modified time
    Searched full:load_progress (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebKitTools/GtkLauncher/
main.c 35 static gdouble load_progress; variable
51 if (load_progress < 100)
52 g_string_append_printf (string, " (%f%%)", load_progress);
90 load_progress = webkit_web_view_get_progress (web_view) * 100;

Completed in 121 milliseconds