Searched refs:FinishStreamingToFile (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc103 int32_t FinishStreamingToFile(PP_Resource loader, function in namespace:ppapi::thunk::__anon9685
105 VLOG(4) << "PPB_URLLoader::FinishStreamingToFile()";
109 return enter.SetResult(enter.object()->FinishStreamingToFile(
130 &FinishStreamingToFile,
H A Dppb_url_loader_api.h44 virtual int32_t FinishStreamingToFile(
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h46 * - Call FinishStreamingToFile(), after examining the response headers
186 * FinishStreamingToFile() is used to wait for the response body to be
196 * or an error occurs after FinishStreamingToFile() returns
202 int32_t (*FinishStreamingToFile)(PP_Resource loader, member in struct:PPB_URLLoader_1_0
/external/chromium_org/ppapi/cpp/
H A Durl_loader.h148 /// occurs after FinishStreamingToFile() returns
153 int32_t FinishStreamingToFile(const CompletionCallback& cc);
H A Durl_loader.cc90 int32_t URLLoader::FinishStreamingToFile(const CompletionCallback& cc) { function in class:pp::URLLoader
93 return get_interface<PPB_URLLoader_1_0>()->FinishStreamingToFile(
/external/chromium_org/ppapi/api/
H A Dppb_url_loader.idl31 * - Call FinishStreamingToFile(), after examining the response headers
189 * FinishStreamingToFile() is used to wait for the response body to be
199 * or an error occurs after FinishStreamingToFile() returns
205 int32_t FinishStreamingToFile(
/external/chromium_org/ppapi/examples/url_loader/
H A Dstream_to_file.cc104 loader_.FinishStreamingToFile(
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h62 virtual int32_t FinishStreamingToFile(
H A Durl_loader_resource.cc189 int32_t URLLoaderResource::FinishStreamingToFile( function in class:ppapi::proxy::URLLoaderResource
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc469 callback.WaitForResult(loader.FinishStreamingToFile(callback.GetCallback()));
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1645 return iface->FinishStreamingToFile(loader, *callback);
4723 .FinishStreamingToFile = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_FinishStreamingToFile,

Completed in 235 milliseconds