Searched defs:section_title (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc350 views::Label* section_title = new views::Label(base::UTF8ToUTF16(i->title)); local
351 section_title->SetMultiLine(true);
352 section_title->SetHorizontalAlignment(gfx::ALIGN_LEFT);
353 layout->AddView(section_title, 1, 1, GridLayout::FILL, GridLayout::LEADING);

Completed in 100 milliseconds