Searched refs:promo_text_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.h66 const std::string& promo_text() const { return promo_text_; }
110 std::string promo_text_; member in class:NotificationPromo
H A Dpromo_resource_service_unittest.cc109 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
H A Dpromo_resource_service_mobile_ntp_unittest.cc56 promo_text_ = promo_text;
78 EXPECT_EQ(mobile_promo_.text(), promo_text_);
127 std::string promo_text_; member in class:NotificationPromoMobileNtpTest
H A Dnotification_promo.cc278 if (!promo_payload_->GetString("promo_message_short", &promo_text_) &&
284 iter.value().GetAsString(&promo_text_);
286 DVLOG(1) << "promo_text_=" << promo_text_;
302 const std::string old_promo_text = old_promo.promo_text_;
305 old_start != start_ || old_end != end_ || old_promo_text != promo_text_;
339 ntp_promo->SetString(kPrefPromoText, promo_text_);
385 ntp_promo->GetString(kPrefPromoText, &promo_text_);
423 !promo_text_.empty() &&

Completed in 584 milliseconds