OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_response_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
228
url_response_
= url_loader_.GetResponseInfo();
229
if (
url_response_
.is_null()) {
231
"FileDownloader::InitialResponseIsValid (
url_response_
=NULL)\n"));
236
pp::Var full_url =
url_response_
.GetURL();
250
status_code_ =
url_response_
.GetStatusCode();
353
url_response_
= url_loader_.GetResponseInfo();
354
CHECK(
url_response_
.GetStatusCode() == NACL_HTTP_STATUS_OK ||
355
url_response_
.GetStatusCode() == kExtensionUrlRequestStatusOk);
358
pp::Var full_url =
url_response_
.GetURL();
368
pp::FileRef file(
url_response_
.GetBodyAsFileRef())
[
all
...]
file_downloader.h
178
pp::URLResponseInfo
url_response_
;
member in class:plugin::FileDownloader
Completed in 627 milliseconds