Searched refs:is_gallery_download (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util.cc101 bool is_gallery_download = local
106 installer->set_is_gallery_install(is_gallery_download);
107 if (is_gallery_download)
109 installer->set_allow_silent_install(is_gallery_download);
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc337 bool is_gallery_download = service->IsDownloadFromGallery( local
342 installer->set_is_gallery_install(is_gallery_download);
344 installer->set_allow_silent_install(is_gallery_download);

Completed in 267 milliseconds