Searched defs:cancelled (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/glib/gio/inotify/
H A Dinotify-sub.h31 gboolean cancelled; member in struct:__anon492
/external/bluetooth/glib/gio/
H A Dgcancellable.h44 * Allows actions to be cancelled.
52 void (* cancelled) (GCancellable *cancellable); member in struct:_GCancellableClass
H A Dgcancellable.c59 guint cancelled : 1; member in struct:_GCancellable
102 * GCancellable::cancelled:
105 * Emitted when the operation has been cancelled.
108 * operation is cancelled from another thread, the signal will be
109 * emitted in the thread that cancelled the operation, not the
122 * id = g_signal_connect (cancellable, "cancelled",
151 * id = g_signal_connect_data (cancellable, "cancelled",
165 g_signal_new (I_("cancelled"),
168 G_STRUCT_OFFSET (GCancellableClass, cancelled),
313 if (cancellable->cancelled)
[all...]
H A Dgfilemonitor.c54 G_LOCK_DEFINE_STATIC(cancelled); variable
74 gboolean cancelled; member in struct:_GFileMonitorPrivate
134 G_LOCK (cancelled);
135 g_value_set_boolean (value, priv->cancelled);
136 G_UNLOCK (cancelled);
243 g_param_spec_boolean ("cancelled",
245 P_("Whether the monitor has been cancelled"),
277 G_LOCK (cancelled);
278 res = monitor->priv->cancelled;
279 G_UNLOCK (cancelled);
[all...]
H A Dgoutputstream.c54 guint cancelled : 1; member in struct:_GOutputStreamPrivate
173 * If @cancellable is not NULL, then the operation can be cancelled by
175 * was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If an
176 * operation was partially finished when the operation was cancelled the
305 * If @cancellable is not %NULL, then the operation can be cancelled by
307 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
499 * If @cancellable is not NULL, then the operation can be cancelled by
501 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
/external/bluetooth/glib/gio/fen/
H A Dgfendirectorymonitor.c43 gboolean cancelled; member in struct:_GFenDirectoryMonitor
/external/bluetooth/glib/gio/fam/
H A Dfam-helper.c41 gboolean cancelled; member in struct:_fam_sub
77 gboolean cancelled; local
90 cancelled = sub->cancelled;
91 if (ev.code == FAMAcknowledge && cancelled)
97 if (cancelled)
247 if (sub->cancelled)
250 sub->cancelled = TRUE;
/external/webkit/WebCore/loader/
H A DResourceLoader.h134 bool cancelled() const { return m_cancelled; } function in class:WebCore::ResourceLoader
H A Dloader.cpp419 void Loader::Host::didFail(SubresourceLoader* loader, bool cancelled) argument
443 if (!cancelled) {
449 if (cancelled || !resource->isPreloaded())
/external/chromium/net/flip/
H A Dflip_stream.h123 bool cancelled() const { return cancelled_; } function in class:net::FlipStream

Completed in 121 milliseconds