Home
last modified time | relevance | path

Searched refs:GetAssociatedApproval (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_crx_util.cc83 WebstoreInstaller::GetAssociatedApproval(download_item))); in CreateCrxInstaller()
112 DCHECK(!WebstoreInstaller::GetAssociatedApproval(download_item)); in OpenChromeExtension()
Dchrome_download_manager_delegate.cc356 !extensions::WebstoreInstaller::GetAssociatedApproval(*item)) { in ShouldOpenDownload()
Ddownload_target_determiner.cc834 !extensions::WebstoreInstaller::GetAssociatedApproval(*download_)) { in IsDangerousFile()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.h176 static const Approval* GetAssociatedApproval(
Dwebstore_installer.cc270 const WebstoreInstaller::Approval* WebstoreInstaller::GetAssociatedApproval( in GetAssociatedApproval() function in extensions::WebstoreInstaller
686 const Approval* approval = GetAssociatedApproval(download); in StartCrxInstaller()