Searched refs:m_cancellable (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/network/soup/ |
D | ResourceHandleSoup.cpp | 387 d->m_cancellable.clear(); in cleanupSoupRequestOperation() 500 G_PRIORITY_DEFAULT, d->m_cancellable.get(), readCallback, 0); in sendRequestCallback() 613 d->m_cancellable = adoptGRef(g_cancellable_new()); in startHTTPRequest() 614 … soup_request_send_async(d->m_soupRequest.get(), d->m_cancellable.get(), sendRequestCallback, 0); in startHTTPRequest() 667 else if (d->m_cancellable) in cancel() 668 g_cancellable_cancel(d->m_cancellable.get()); in cancel() 689 if (!defersLoading && !d->m_cancellable && d->m_soupRequest.get()) { in platformSetDefersLoading() 690 d->m_cancellable = adoptGRef(g_cancellable_new()); in platformSetDefersLoading() 691 … soup_request_send_async(d->m_soupRequest.get(), d->m_cancellable.get(), sendRequestCallback, 0); in platformSetDefersLoading() 804 d->m_cancellable.get(), readCallback, data); in readCallback() [all …]
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
D | WorkQueueGtk.cpp | 43 , m_cancellable(cancellable) in EventSource() 49 if (!m_cancellable) in cancel() 51 g_cancellable_cancel(m_cancellable); in cancel() 99 GCancellable* m_cancellable; member in WorkQueue::EventSource
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandleInternal.h | 193 GRefPtr<GCancellable> m_cancellable; variable
|