OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:promo_text
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc
45
base::string16
promo_text
= l10n_util::GetStringFUTF16(
local
50
views::StyledLabel* promo_label = new views::StyledLabel(
promo_text
, this);
64
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
Completed in 40 milliseconds