Lines Matching refs:URLLoader
27 URLLoader::URLLoader(PP_Resource resource) : Resource(resource) {
30 URLLoader::URLLoader(const InstanceHandle& instance) {
37 URLLoader::URLLoader(const URLLoader& other) : Resource(other) {
40 int32_t URLLoader::Open(const URLRequestInfo& request_info,
49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) {
56 bool URLLoader::GetUploadProgress(int64_t* bytes_sent,
64 bool URLLoader::GetDownloadProgress(
73 URLResponseInfo URLLoader::GetResponseInfo() const {
81 int32_t URLLoader::ReadResponseBody(void* buffer,
90 int32_t URLLoader::FinishStreamingToFile(const CompletionCallback& cc) {
97 void URLLoader::Close() {