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

  /external/chromium_org/chrome/browser/web_resource/
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
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.cc 272 if (!promo_payload_->GetString("promo_message_short", &promo_text_) &&
278 iter.value().GetAsString(&promo_text_);
280 DVLOG(1) << "promo_text_=" << promo_text_;
293 const std::string old_promo_text = old_promo.promo_text_;
296 old_start != start_ || old_end != end_ || old_promo_text != promo_text_;
330 ntp_promo->SetString(kPrefPromoText, promo_text_);
374 ntp_promo->GetString(kPrefPromoText, &promo_text_);
410 !promo_text_.empty() &&

Completed in 605 milliseconds