Home
last modified time | relevance | path

Searched refs:download_crx_util (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_crx_util_android.cc9 namespace download_crx_util { namespace
Ddownload_item_model.cc381 if (download_crx_util::IsExtensionDownload(*download_)) { in GetWarningText()
418 download_crx_util::IsExtensionDownload(*download_)) { in GetWarningConfirmButtonText()
520 return (download_crx_util::IsExtensionDownload(*download_) || in ShouldRemoveFromShelfWhenComplete()
546 !download_crx_util::IsExtensionDownload(*download_); in ShouldShowDownloadStartedAnimation()
650 download_crx_util::IsExtensionDownload(*download_)) { in GetInProgressStatusString()
Ddownload_shelf_context_menu.cc95 !download_crx_util::IsExtensionDownload(*download_item_); in IsCommandIdEnabled()
101 !download_crx_util::IsExtensionDownload(*download_item_); in IsCommandIdEnabled()
123 download_crx_util::IsExtensionDownload(*download_item_); in IsCommandIdChecked()
Ddownload_crx_util.h26 namespace download_crx_util {
Ddownload_crx_util.cc27 namespace download_crx_util { namespace
Ddownload_target_determiner.cc788 !download_crx_util::IsExtensionDownload(*download_) && in ShouldPromptForDownload()
817 download_crx_util::IsExtensionDownload(*download_); in IsDangerousFile()
823 download_crx_util::OffStoreInstallAllowedByPrefs( in IsDangerousFile()
Dchrome_download_manager_delegate.cc355 if (download_crx_util::IsExtensionDownload(*item) && in ShouldOpenDownload()
358 download_crx_util::OpenChromeExtension(profile_, *item); in ShouldOpenDownload()
Ddownload_history.cc302 if (download_crx_util::IsExtensionDownload(*item) || in MaybeAddToHistory()
Ddownload_browsertest.cc1057 download_crx_util::SetMockInstallPromptForTesting( in SetAllowMockInstallPrompt()
2093 download_crx_util::SetMockInstallPromptForTesting( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.cc493 if (!download_crx_util::IsExtensionDownload(*download)) { in OnDownloadUpdated()
689 crx_installer_ = download_crx_util::CreateCrxInstaller(profile_, download); in StartCrxInstaller()
Dcrx_installer_browsertest.cc296 download_crx_util::SetMockInstallPromptForTesting( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc241 return (!download_crx_util::IsExtensionDownload(item) && in IsDownloadDisplayable()
/external/chromium_org/chrome/
Dchrome_browser.gypi1938 'browser/download/download_crx_util.cc',
1939 'browser/download/download_crx_util.h',