Home | History | Annotate | Download | only in tests

Lines Matching full:load

153                      "signal::notify::load-status", G_CALLBACK(status_changed_cb), fixture,
154 "signal::load-finished", G_CALLBACK(load_finished_cb), fixture,
213 g_signal_connect(fixture->webView, "load-error", G_CALLBACK(load_error_cb), fixture);
214 g_signal_connect(fixture->webView, "notify::load-status", G_CALLBACK(load_error_status_changed_cb), fixture);
229 /* Cancelled load */
282 g_signal_connect(fixture->webView, "load-error", G_CALLBACK(load_cancelled_cb), fixture);
283 g_signal_connect(fixture->webView, "notify::load-status", G_CALLBACK(load_cancelled_status_changed_cb), fixture);
359 g_signal_connect(fixture->webView, "notify::load-status", G_CALLBACK(load_goback_status_changed_cb), fixture);
361 g_signal_connect(fixture->webView, "load-error", G_CALLBACK(load_error_test), fixture);
391 g_signal_connect(fixture->webView, "notify::load-status", G_CALLBACK(load_wentback_status_changed_cb), fixture);