Searched refs:download_crx_util (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util_android.cc7 #include "chrome/browser/download/download_crx_util.h"
9 namespace download_crx_util { namespace
23 } // namespace download_crx_util
H A Ddownload_crx_util.h26 namespace download_crx_util { namespace
55 } // namespace download_crx_util
H A Ddownload_shelf_context_menu.cc9 #include "chrome/browser/download/download_crx_util.h"
95 !download_crx_util::IsExtensionDownload(*download_item_);
101 !download_crx_util::IsExtensionDownload(*download_item_);
123 download_crx_util::IsExtensionDownload(*download_item_);
H A Ddownload_crx_util.cc7 #include "chrome/browser/download/download_crx_util.h"
27 namespace download_crx_util { namespace
141 } // namespace download_crx_util
H A Ddownload_item_model.cc16 #include "chrome/browser/download/download_crx_util.h"
381 if (download_crx_util::IsExtensionDownload(*download_)) {
418 download_crx_util::IsExtensionDownload(*download_)) {
520 return (download_crx_util::IsExtensionDownload(*download_) ||
546 !download_crx_util::IsExtensionDownload(*download_);
650 download_crx_util::IsExtensionDownload(*download_)) {
H A Ddownload_target_determiner.cc12 #include "chrome/browser/download/download_crx_util.h"
788 !download_crx_util::IsExtensionDownload(*download_) &&
817 download_crx_util::IsExtensionDownload(*download_);
823 download_crx_util::OffStoreInstallAllowedByPrefs(
H A Dchrome_download_manager_delegate.cc25 #include "chrome/browser/download/download_crx_util.h"
355 if (download_crx_util::IsExtensionDownload(*item) &&
358 download_crx_util::OpenChromeExtension(profile_, *item);
H A Ddownload_history.cc32 #include "chrome/browser/download/download_crx_util.h"
302 if (download_crx_util::IsExtensionDownload(*item) ||
H A Ddownload_browsertest.cc30 #include "chrome/browser/download/download_crx_util.h"
1057 download_crx_util::SetMockInstallPromptForTesting(
2093 download_crx_util::SetMockInstallPromptForTesting(
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc24 #include "chrome/browser/download/download_crx_util.h"
493 if (!download_crx_util::IsExtensionDownload(*download)) {
689 crx_installer_ = download_crx_util::CreateCrxInstaller(profile_, download);
H A Dcrx_installer_browsertest.cc10 #include "chrome/browser/download/download_crx_util.h"
296 download_crx_util::SetMockInstallPromptForTesting(
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc25 #include "chrome/browser/download/download_crx_util.h"
241 return (!download_crx_util::IsExtensionDownload(item) &&

Completed in 178 milliseconds