OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_response_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
219
url_response_
= url_loader_.GetResponseInfo();
220
if (
url_response_
.is_null()) {
222
"FileDownloader::InitialResponseIsValid (
url_response_
=NULL)\n"));
226
pp::Var full_url =
url_response_
.GetURL();
239
status_code_ =
url_response_
.GetStatusCode();
327
url_response_
= url_loader_.GetResponseInfo();
328
CHECK(
url_response_
.GetStatusCode() == NACL_HTTP_STATUS_OK ||
329
url_response_
.GetStatusCode() == kExtensionUrlRequestStatusOk);
332
pp::Var full_url =
url_response_
.GetURL();
342
pp::FileRef file(
url_response_
.GetBodyAsFileRef())
[
all
...]
file_downloader.h
184
pp::URLResponseInfo
url_response_
;
member in class:plugin::FileDownloader
Completed in 169 milliseconds