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 110 promo_text_ = promo_text;
138 EXPECT_EQ(notification_promo_.promo_text_, promo_text_);
168 EXPECT_EQ(notification_promo_.promo_text_,
169 prefs_notification_promo.promo_text_);
262 notification_promo_.promo_text_.clear();
265 notification_promo_.promo_text_ = promo_text_;
346 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 277 if (!promo_payload_->GetString("promo_message_short", &promo_text_) &&
283 iter.value().GetAsString(&promo_text_);
285 DVLOG(1) << "promo_text_=" << promo_text_;
298 const std::string old_promo_text = old_promo.promo_text_;
301 old_start != start_ || old_end != end_ || old_promo_text != promo_text_;
335 ntp_promo->SetString(kPrefPromoText, promo_text_);
379 ntp_promo->GetString(kPrefPromoText, &promo_text_);
415 !promo_text_.empty() &&

Completed in 478 milliseconds