• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/

Lines Matching defs:cancellable

2365     GRefPtr<GCancellable> cancellable;
2374 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
2385 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
2394 void webkit_web_view_can_execute_editing_command(WebKitWebView* webView, const char* command, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
2402 data->cancellable = cancellable;
2497 GRefPtr<GCancellable> cancellable;
2506 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
2522 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
2532 void webkit_web_view_run_javascript(WebKitWebView* webView, const gchar* script, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
2540 data->cancellable = cancellable;
2649 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
2660 void webkit_web_view_run_javascript_from_gresource(WebKitWebView* webView, const gchar* resource, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
2668 data->cancellable = cancellable;
2683 cancellable, resourcesStreamReadCallback, result.leakRef());
2768 GRefPtr<GCancellable> cancellable;
2790 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
2801 0, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, data->cancellable.get(), fileReplaceContentsCallback,
2814 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
2826 void webkit_web_view_save(WebKitWebView* webView, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
2836 data->cancellable = cancellable;
2878 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
2890 void webkit_web_view_save_to_file(WebKitWebView* webView, GFile* file, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
2902 data->cancellable = cancellable;
3025 GRefPtr<GCancellable> cancellable;
3035 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
3072 * @cancellable: (allow-none): a #GCancellable
3083 void webkit_web_view_get_snapshot(WebKitWebView* webView, WebKitSnapshotRegion region, WebKitSnapshotOptions options, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
3090 data->cancellable = cancellable;