OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowPromo
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui.cc
12
if (!signin::
ShouldShowPromo
(profile)) {
/external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc
88
EXPECT_FALSE(apps_promo()->
ShouldShowPromo
(installed_ids,
98
EXPECT_TRUE(apps_promo()->
ShouldShowPromo
(installed_ids,
107
EXPECT_FALSE(apps_promo()->
ShouldShowPromo
(installed_ids,
116
EXPECT_FALSE(apps_promo()->
ShouldShowPromo
(installed_ids,
125
EXPECT_TRUE(apps_promo()->
ShouldShowPromo
(installed_ids,
159
EXPECT_FALSE(apps_promo()->
ShouldShowPromo
(installed_ids,
169
EXPECT_TRUE(apps_promo()->
ShouldShowPromo
(installed_ids,
apps_promo.h
76
bool
ShouldShowPromo
(const ExtensionIdSet& installed_ids,
apps_promo.cc
113
bool AppsPromo::
ShouldShowPromo
(const ExtensionIdSet& installed_ids,
/external/chromium_org/chrome/browser/signin/
signin_promo.h
39
bool
ShouldShowPromo
(Profile* profile);
signin_promo.cc
92
bool
ShouldShowPromo
(Profile* profile) {
122
if (!
ShouldShowPromo
(profile))
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc
140
if (signin::
ShouldShowPromo
(profile)) {
229
// signin::
ShouldShowPromo
() since it does a bunch of checks that are not
/external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc
281
if (apps_promo->
ShouldShowPromo
(extensions_service_->GetAppIds(),
Completed in 87 milliseconds