HomeSort by relevance Sort by last modified time
    Searched refs:CFURLConnectionRef (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 74 static CFURLRequestRef willSendRequest(CFURLConnectionRef, CFURLRequestRef, CFURLResponseRef, const void* clientInfo);
75 static void didReceiveResponse(CFURLConnectionRef, CFURLResponseRef, const void* clientInfo);
76 static void didReceiveData(CFURLConnectionRef, CFDataRef, CFIndex, const void* clientInfo);
77 static void didFinishLoading(CFURLConnectionRef, const void* clientInfo);
78 static void didFail(CFURLConnectionRef, CFErrorRef, const void* clientInfo);
79 static void didReceiveChallenge(CFURLConnectionRef, CFURLAuthChallengeRef, const void* clientInfo);
80 static Boolean shouldUseCredentialStorage(CFURLConnectionRef, const void* clientInfo);
124 CFURLRequestRef willSendRequest(CFURLConnectionRef conn, CFURLRequestRef cfRequest, CFURLResponseRef cfRedirectResponse, const void* clientInfo)
176 void didReceiveResponse(CFURLConnectionRef conn, CFURLResponseRef cfResponse, const void* clientInfo)
194 void didReceiveData(CFURLConnectionRef conn, CFDataRef data, CFIndex originalLength, const void* clientInfo)
    [all...]
  /external/webkit/WebCore/platform/network/
ResourceHandle.h 73 typedef struct _CFURLConnection* CFURLConnectionRef;
141 CFURLConnectionRef connection() const;
142 CFURLConnectionRef releaseConnectionForDownload();
ResourceHandleInternal.h 163 RetainPtr<CFURLConnectionRef> m_connection;
  /external/webkit/WebKit/win/
WebDownloadCFNet.cpp 77 CFURLConnectionRef connection = handle->connection();

Completed in 54 milliseconds