OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headline_label
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc
82
views::StyledLabel*
headline_label
= new views::StyledLabel(headline, this);
local
83
headline_label
->AddStyleRange(
86
AddChildView(
headline_label
);
/external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc
780
views::Label*
headline_label
= new views::Label(
local
782
headline_label
->SetMultiLine(true);
783
headline_label
->SetHorizontalAlignment(gfx::ALIGN_LEFT);
786
headline_label
->SetAllowCharacterBreak(true);
788
content_layout->AddView(
headline_label
);
Completed in 720 milliseconds