Searched refs:GetPromoButtonText (Results 1 – 5 of 5) sorted by relevance
139 EXPECT_EQ(kPromoButton, AppsPromo::GetPromoButtonText()); in TEST_F()147 EXPECT_EQ("", AppsPromo::GetPromoButtonText()); in TEST_F()
34 static std::string GetPromoButtonText();
49 std::string AppsPromo::GetPromoButtonText() { in GetPromoButtonText() function in AppsPromo
228 EXPECT_EQ("The button label!", AppsPromo::GetPromoButtonText()); in TEST_F()
262 dictionary->SetString("promoButton", AppsPromo::GetPromoButtonText()); in FillPromoDictionary()