HomeSort by relevance Sort by last modified time
    Searched defs:promo_text_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_mobile_ntp_unittest.cc 56 promo_text_ = promo_text;
78 EXPECT_EQ(mobile_promo_.text(), promo_text_);
127 std::string promo_text_; member in class:NotificationPromoMobileNtpTest
notification_promo.h 65 const std::string& promo_text() const { return promo_text_; }
105 std::string promo_text_; member in class:NotificationPromo
promo_resource_service_unittest.cc 109 promo_text_ = promo_text;
137 EXPECT_EQ(notification_promo_.promo_text_, promo_text_);
167 EXPECT_EQ(notification_promo_.promo_text_,
168 prefs_notification_promo.promo_text_);
261 notification_promo_.promo_text_.clear();
264 notification_promo_.promo_text_ = promo_text_;
345 std::string promo_text_; member in class:NotificationPromoTest

Completed in 429 milliseconds