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

  /external/chromium_org/chrome/browser/history/
download_row.h 97 std::string by_ext_name; member in struct:history::DownloadRow
  /external/chromium_org/chrome/browser/download/
download_history.cc 103 std::string by_ext_id, by_ext_name; local
108 by_ext_name = by_ext->name();
129 by_ext_name);
148 (previous->by_ext_name != current.by_ext_name));
249 if (!it->by_ext_id.empty() && !it->by_ext_name.empty()) {
250 new DownloadedByExtension(item, it->by_ext_id, it->by_ext_name);

Completed in 42 milliseconds