Home
last modified time | relevance | path

Searched refs:dl_item_value (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider.cc248 DictionaryValue* dl_item_value = new DictionaryValue; in GetDictionaryFromDownloadItem() local
249 dl_item_value->SetInteger("id", static_cast<int>(download->id())); in GetDictionaryFromDownloadItem()
250 dl_item_value->SetString("url", download->url().spec()); in GetDictionaryFromDownloadItem()
251 dl_item_value->SetString("referrer_url", download->referrer_url().spec()); in GetDictionaryFromDownloadItem()
252 dl_item_value->SetString("file_name", in GetDictionaryFromDownloadItem()
254 dl_item_value->SetString("full_path", in GetDictionaryFromDownloadItem()
256 dl_item_value->SetBoolean("is_paused", download->is_paused()); in GetDictionaryFromDownloadItem()
257 dl_item_value->SetBoolean("open_when_complete", in GetDictionaryFromDownloadItem()
259 dl_item_value->SetBoolean("is_extension_install", in GetDictionaryFromDownloadItem()
261 dl_item_value->SetBoolean("is_temporary", download->is_temporary()); in GetDictionaryFromDownloadItem()
[all …]