Searched refs:customProtocolManager (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/soup/
H A DWebKitSoupRequestGeneric.cpp55 CustomProtocolManagerImpl* customProtocolManager = WEBKIT_SOUP_REQUEST_GENERIC_GET_CLASS(request)->customProtocolManager; local
56 ASSERT(customProtocolManager);
57 customProtocolManager->send(g_task_new(request, cancellable, callback, userData));
67 CustomProtocolManagerImpl* customProtocolManager = WEBKIT_SOUP_REQUEST_GENERIC_GET_CLASS(request)->customProtocolManager; local
68 ASSERT(customProtocolManager);
69 return customProtocolManager->finish(G_TASK(result), error);
H A DWebKitSoupRequestGeneric.h53 WebKit::CustomProtocolManagerImpl* customProtocolManager; member in struct:_WebKitSoupRequestGenericClass
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/CustomProtocols/soup/
H A DCustomProtocolManagerImpl.cpp98 static_cast<WebKitSoupRequestGenericClass*>(g_type_class_ref(WEBKIT_TYPE_SOUP_REQUEST_GENERIC))->customProtocolManager = this;

Completed in 189 milliseconds