HomeSort by relevance Sort by last modified time
    Searched refs:dl_item_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 365 DictionaryValue* dl_item_value = new DictionaryValue; local
366 dl_item_value->SetInteger("id", static_cast<int>(download->GetId()));
367 dl_item_value->SetString("url", download->GetURL().spec());
368 dl_item_value->SetString("referrer_url", download->GetReferrerUrl().spec());
369 dl_item_value->SetString("file_name",
371 dl_item_value->SetString("full_path",
373 dl_item_value->SetBoolean("is_paused", download->IsPaused());
374 dl_item_value->SetBoolean("open_when_complete",
376 dl_item_value->SetBoolean("is_temporary", download->IsTemporary());
377 dl_item_value->SetBoolean("is_otr", incognito)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 248 DictionaryValue* dl_item_value = new DictionaryValue; local
249 dl_item_value->SetInteger("id", static_cast<int>(download->id()));
250 dl_item_value->SetString("url", download->url().spec());
251 dl_item_value->SetString("referrer_url", download->referrer_url().spec());
252 dl_item_value->SetString("file_name",
254 dl_item_value->SetString("full_path",
256 dl_item_value->SetBoolean("is_paused", download->is_paused());
257 dl_item_value->SetBoolean("open_when_complete",
259 dl_item_value->SetBoolean("is_extension_install",
261 dl_item_value->SetBoolean("is_temporary", download->is_temporary())
    [all...]

Completed in 120 milliseconds