OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_download_url_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc
385
image_fetcher_.reset(net::URLFetcher::Create(
image_download_url_
,
562
image_download_url_
= GURL(config_file.GetProperty(kUrl, hwid));
566
if (fetched && !image_file_name_.empty() && !
image_download_url_
.is_empty()) {
571
image_download_url_
= GURL();
burn_manager.h
388
GURL
image_download_url_
;
member in class:chromeos::imageburner::BurnManager
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h
245
GURL*
image_download_url_
;
member in class:ImageBurnHandler
imageburner_ui.cc
276
if ((*it)->original_url() == *
image_download_url_
) {
477
image_download_url_
= image_url;
487
*
image_download_url_
);
488
ImageBurnDownloader::GetInstance()->DownloadFile(*
image_download_url_
,
Completed in 56 milliseconds