HomeSort by relevance Sort by last modified time
    Searched full:state_to_string (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/automation/
automation_provider.cc 235 std::map<DownloadItem::DownloadState, std::string> state_to_string; local
236 state_to_string[DownloadItem::IN_PROGRESS] = std::string("IN_PROGRESS");
237 state_to_string[DownloadItem::CANCELLED] = std::string("CANCELLED");
238 state_to_string[DownloadItem::REMOVING] = std::string("REMOVING");
239 state_to_string[DownloadItem::INTERRUPTED] = std::string("INTERRUPTED");
240 state_to_string[DownloadItem::COMPLETE] = std::string("COMPLETE");
263 dl_item_value->SetString("state", state_to_string[download->state()]);
    [all...]

Completed in 88 milliseconds