Searched refs:cancellable (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dpause.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
H A Dusleep.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
H A Dsleep.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
H A Dpselect.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitCookieManager.cpp154 GRefPtr<GCancellable> cancellable; member in struct:GetAcceptPolicyAsyncData
163 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
173 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
182 void webkit_cookie_manager_get_accept_policy(WebKitCookieManager* manager, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
189 data->cancellable = cancellable;
222 GRefPtr<GCancellable> cancellable; member in struct:GetDomainsWithCookiesAsyncData
231 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
251 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
260 void webkit_cookie_manager_get_domains_with_cookies(WebKitCookieManager* manager, GCancellable* cancellable, GAsyncReadyCallbac argument
[all...]
H A DWebKitCookieManager.h101 GCancellable *cancellable,
112 GCancellable *cancellable,
H A DWebKitURISchemeRequest.cpp65 GRefPtr<GCancellable> cancellable; member in struct:_WebKitURISchemeRequestPrivate
95 if (request->priv->cancellable.get())
96 g_cancellable_cancel(request->priv->cancellable.get());
189 g_input_stream_read_async(inputStream, priv->readBuffer, gReadBufferSize, G_PRIORITY_DEFAULT, priv->cancellable.get(),
211 request->priv->cancellable = adoptGRef(g_cancellable_new());
214 g_input_stream_read_async(inputStream, request->priv->readBuffer, gReadBufferSize, G_PRIORITY_DEFAULT, request->priv->cancellable.get(),
H A DWebKitWebResource.cpp314 GRefPtr<GCancellable> cancellable; member in struct:ResourceGetDataAsyncData
323 if (g_cancellable_set_error_if_cancelled(data->cancellable.get(), &error))
333 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
342 void webkit_web_resource_get_data(WebKitWebResource* resource, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
349 data->cancellable = cancellable;
H A DWebKitFaviconDatabase.cpp128 GRefPtr<GCancellable> cancellable; member in struct:GetFaviconSurfaceAsyncData
172 if (!g_cancellable_is_cancelled(data->cancellable.get())) {
272 * @cancellable: (allow-none): A #GCancellable or %NULL.
285 void webkit_favicon_database_get_favicon(WebKitFaviconDatabase* database, const gchar* pageURI, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
291 g_simple_async_result_set_check_cancellable(result.get(), cancellable);
297 data->cancellable = cancellable;
H A DWebKitWebView.h365 GCancellable *cancellable,
387 GCancellable *cancellable,
398 GCancellable *cancellable,
420 GCancellable *cancellable,
433 GCancellable *cancellable,
461 GCancellable *cancellable,
H A DWebKitFaviconDatabase.h84 GCancellable *cancellable,
H A DWebKitWebResource.h71 GCancellable *cancellable,
H A DWebKitWebView.cpp2365 GRefPtr<GCancellable> cancellable; member in struct:ValidateEditingCommandAsyncData
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) argument
2402 data->cancellable = cancellable;
2497 GRefPtr<GCancellable> cancellable; member in struct:RunJavaScriptAsyncData
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, GAsyncReadyCallbac argument
2660 webkit_web_view_run_javascript_from_gresource(WebKitWebView* webView, const gchar* resource, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
2768 GRefPtr<GCancellable> cancellable; member in struct:ViewSaveAsyncData
2826 webkit_web_view_save(WebKitWebView* webView, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
2890 webkit_web_view_save_to_file(WebKitWebView* webView, GFile* file, WebKitSaveMode saveMode, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
3025 GRefPtr<GCancellable> cancellable; member in struct:GetSnapshotAsyncData
3083 webkit_web_view_get_snapshot(WebKitWebView* webView, WebKitSnapshotRegion region, WebKitSnapshotOptions options, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
[all...]
H A DWebKitWebContext.h151 GCancellable *cancellable,
H A DWebKitWebContext.cpp509 * @cancellable: (allow-none): a #GCancellable or %NULL to ignore
518 void webkit_web_context_get_plugins(WebKitWebContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
526 g_simple_async_result_run_in_thread(result.get(), webkitWebContextGetPluginThread, G_PRIORITY_DEFAULT, cancellable);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/soup/
H A DWebKitSoupRequestInputStream.cpp29 AsyncReadData(GSimpleAsyncResult* result, void* buffer, gsize count, GCancellable* cancellable) argument
33 , cancellable(cancellable)
40 GRefPtr<GCancellable> cancellable; member in struct:AsyncReadData
54 static void webkitSoupRequestInputStreamReadAsyncResultComplete(WebKitSoupRequestInputStream* stream, GSimpleAsyncResult* result, void* buffer, gsize count, GCancellable* cancellable) argument
57 gssize bytesRead = G_INPUT_STREAM_GET_CLASS(stream)->read_fn(G_INPUT_STREAM(stream), buffer, count, cancellable, &error);
72 webkitSoupRequestInputStreamReadAsyncResultComplete(stream, data->result.get(), data->buffer, data->count, data->cancellable.get());
86 static void webkitSoupRequestInputStreamReadAsync(GInputStream* inputStream, void* buffer, gsize count, int /*priority*/, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
100 webkitSoupRequestInputStreamReadAsyncResultComplete(stream, result.get(), buffer, count, cancellable);
104 stream->priv->pendingAsyncRead = adoptPtr(new AsyncReadData(result.get(), buffer, count, cancellable));
[all...]
H A DWebSoupRequestManager.cpp45 WebSoupRequestAsyncData(GSimpleAsyncResult* result, WebKitSoupRequestGeneric* requestGeneric, GCancellable* cancellable) argument
48 , cancellable(cancellable)
62 return g_cancellable_is_cancelled(cancellable.get()) || !request;
74 GRefPtr<GCancellable> cancellable; member in struct:WebKit::WebSoupRequestAsyncData
179 void WebSoupRequestManager::send(GSimpleAsyncResult* result, GCancellable* cancellable) argument
186 m_requestMap.set(requestID, adoptPtr(new WebSoupRequestAsyncData(result, request.get(), cancellable)));
H A DWebKitSoupRequestGeneric.cpp49 static void webkitSoupRequestGenericSendAsync(SoupRequest* request, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
52 WebProcess::shared().supplement<WebSoupRequestManager>()->send(result, cancellable);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitfavicondatabase.cpp118 PendingIconRequest(const String& pageURL, GSimpleAsyncResult* result, GCancellable* cancellable, IntSize iconSize) argument
121 , m_cancellable(cancellable)
125 if (cancellable) {
126 m_cancelledId = g_cancellable_connect(cancellable, G_CALLBACK(webkitFaviconDatabaseGetIconPixbufCancelled), this, 0);
127 g_object_set_data_full(G_OBJECT(result), "cancellable", g_object_ref(cancellable), static_cast<GDestroyNotify>(g_object_unref));
480 static void webkitFaviconDatabaseGetIconPixbufCancelled(GCancellable* cancellable, PendingIconRequest* request) argument
492 * @cancellable: (allow-none): A #GCancellable or %NULL.
515 void webkit_favicon_database_get_favicon_pixbuf(WebKitFaviconDatabase* database, const gchar* pageURI, guint width, guint height, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
534 PendingIconRequest* request = new PendingIconRequest(pageURL, result.get(), cancellable, IntSiz
[all...]
H A Dwebkitfavicondatabase.h81 GCancellable* cancellable,
/macosx-10.9.5/WebKit2-7537.78.2/Platform/gtk/
H A DWorkQueueGtk.cpp79 SocketEventSource(const Function<void()>& function, WorkQueue* workQueue, int condition, GCancellable* cancellable, const Function<void()>& closeFunction) argument
82 , m_cancellable(cancellable)
85 ASSERT(cancellable);
180 GRefPtr<GCancellable> cancellable = adoptGRef(g_cancellable_new()); local
181 GRefPtr<GSource> dispatchSource = adoptGRef(g_socket_create_source(socket.get(), static_cast<GIOCondition>(condition), cancellable.get()));
183 SocketEventSource* eventSource = new SocketEventSource(function, this, condition, cancellable.get(), closeFunction);
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestfavicondatabase.c181 GCancellable *cancellable = g_cancellable_new(); local
183 gIconSize, gIconSize, cancellable, local
185 g_cancellable_cancel(cancellable);
186 g_object_unref(cancellable);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestWebKitWebView.cpp1164 GRefPtr<GCancellable> cancellable = adoptGRef(g_cancellable_new()); local
1165 webkit_web_view_get_snapshot(m_webView, WEBKIT_SNAPSHOT_REGION_VISIBLE, WEBKIT_SNAPSHOT_OPTIONS_NONE, cancellable.get(), reinterpret_cast<GAsyncReadyCallback>(onSnapshotCancelledReady), this);
1166 g_cancellable_cancel(cancellable.get());

Completed in 186 milliseconds