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

  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 73 class DownloadedByExtension : public base::SupportsUserData::Data {
75 static DownloadedByExtension* Get(content::DownloadItem* item);
77 DownloadedByExtension(content::DownloadItem* item,
90 DISALLOW_COPY_AND_ASSIGN(DownloadedByExtension);
downloads_api.cc 278 DownloadedByExtension* by_ext = DownloadedByExtension::Get(download_item);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 118 extensions::DownloadedByExtension* by_ext =
119 extensions::DownloadedByExtension::Get(item);
282 new extensions::DownloadedByExtension(
download_history_unittest.cc 458 new extensions::DownloadedByExtension(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 141 extensions::DownloadedByExtension* by_ext =
142 extensions::DownloadedByExtension::Get(download_item);

Completed in 323 milliseconds