Lines Matching full:load
70 * be retrieved, the load status and progress can be observed using the
188 * WebKitWebFrame::load-done
193 * Deprecated: Use the "load-status" property instead.
195 webkit_web_frame_signals[LOAD_COMMITTED] = g_signal_new("load-committed",
205 * WebKitWebFrame::load-done
210 * Deprecated: Use the "load-status" property instead, and/or
211 * WebKitWebView::load-error to be notified of load errors
213 webkit_web_frame_signals[LOAD_DONE] = g_signal_new("load-done",
318 * WebKitWebFrame:load-status:
320 * Determines the current status of the load.
325 g_param_spec_enum("load-status",
326 "Load Status",
327 "Determines the current status of the load",
537 coreFrame->loader()->load(ResourceRequest(KURL(KURL(), String::fromUTF8(uri))), false);
556 coreFrame->loader()->load(request, substituteData, false);
614 * stop the load. This function is typically invoked on the main frame.
625 coreFrame->loader()->load(core(request), false);
739 * Return value: the provisional #WebKitWebDataSource or %NULL if a load
1063 * Determines the current status of the load.
1210 * frame was not created by a load. You must unref the object when you