Searched refs:ShouldShowSyncPromo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui.cc10 bool SyncPromoUI::ShouldShowSyncPromo(Profile* profile) { function in class:SyncPromoUI
H A Dsync_promo_ui.h15 static bool ShouldShowSyncPromo(Profile* profile);
H A Dsync_promo_ui_unittest.cc41 // Verifies that ShouldShowSyncPromo returns false if sync is disabled by
45 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
48 // Verifies that ShouldShowSyncPromo returns true if all conditions to
53 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
55 EXPECT_TRUE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc244 if (SyncPromoUI::ShouldShowSyncPromo(profile_)) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc126 SyncPromoUI::ShouldShowSyncPromo(browser->profile()))

Completed in 92 milliseconds