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

/macosx-10.10/WebKit2-7600.1.25/WebProcess/soup/
H A DWebKitSoupRequestGeneric.h35 #define WEBKIT_SOUP_REQUEST_GENERIC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_SOUP_REQUEST_GENERIC, WebKitSoupRequestGenericClass))
37 #define WEBKIT_SOUP_REQUEST_GENERIC_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_TYPE_SOUP_REQUEST_GENERIC, WebKitSoupRequestGenericClass))
40 typedef struct _WebKitSoupRequestGenericClass WebKitSoupRequestGenericClass; typedef in typeref:struct:_WebKitSoupRequestGenericClass
H A DWebKitSoupRequestGeneric.cpp85 static void webkit_soup_request_generic_class_init(WebKitSoupRequestGenericClass* requestGenericClass)
/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 295 milliseconds