OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:promo_text
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc
44
string16
promo_text
= l10n_util::GetStringFUTF16(
local
49
views::StyledLabel* promo_label = new views::StyledLabel(
promo_text
, this);
63
ui::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
88
const std::string&
promo_text
,
110
promo_text_ =
promo_text
;
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc
480
notification_promo.
promo_text
());
481
DVLOG(1) << "Notification promo:" << notification_promo.
promo_text
();
488
bubble_promo.
promo_text
());
489
DVLOG(1) << "Bubble promo:" << bubble_promo.
promo_text
();
Completed in 549 milliseconds