Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dapps_promo_unittest.cc141 EXPECT_EQ(kPromoExpire, AppsPromo::GetPromoExpireText()); in TEST_F()
149 EXPECT_EQ("", AppsPromo::GetPromoExpireText()); in TEST_F()
Dapps_promo.h43 static std::string GetPromoExpireText();
Dapps_promo.cc73 std::string AppsPromo::GetPromoExpireText() { in GetPromoExpireText() function in AppsPromo
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service_unittest.cc230 EXPECT_EQ("No thanks, hide this.", AppsPromo::GetPromoExpireText()); in TEST_F()
/external/chromium/chrome/browser/ui/webui/
Dapp_launcher_handler.cc264 dictionary->SetString("promoExpire", AppsPromo::GetPromoExpireText()); in FillPromoDictionary()