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

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc 42 base::string16 promo_text = l10n_util::GetStringFUTF16( local
47 views::StyledLabel* promo_label = new views::StyledLabel(promo_text, this);
61 gfx::Range after_link_range(offset + link_text.length(), promo_text.length());
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 65 const std::string& promo_text() const { return promo_text_; } function in class:NotificationPromo
promo_resource_service_mobile_ntp_unittest.cc 44 const std::string& promo_text,
56 promo_text_ = promo_text;
promo_resource_service_unittest.cc 87 const std::string& promo_text,
109 promo_text_ = promo_text;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 537 notification_promo.promo_text());
538 DVLOG(1) << "Notification promo:" << notification_promo.promo_text();
545 bubble_promo.promo_text());
546 DVLOG(1) << "Bubble promo:" << bubble_promo.promo_text();

Completed in 151 milliseconds