Home
last modified time | relevance | path

Searched refs:use_app_installed_bubble (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/webstore_private/
Dwebstore_private_apitest.cc280 EXPECT_TRUE(approval->use_app_installed_bubble); in IN_PROC_BROWSER_TEST_F()
287 EXPECT_FALSE(approval->use_app_installed_bubble); in IN_PROC_BROWSER_TEST_F()
Dwebstore_private_api.cc473 approval->use_app_installed_bubble = params_->details.app_install_bubble; in InstallUIProceed()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.h124 bool use_app_installed_bubble; member
Dwebstore_standalone_installer.cc100 approval->use_app_installed_bubble = ShouldShowAppInstalledBubble(); in CreateApproval()
Dbundle_installer.cc165 approval->use_app_installed_bubble = false; in CompleteInstall()
Dwebstore_installer.cc204 use_app_installed_bubble(false), in Approval()
Dcrx_installer.cc140 approval->use_app_installed_bubble); in CrxInstaller()