HomeSort by relevance Sort by last modified time
    Searched full:section_title (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 293 views::Label* section_title = new views::Label(UTF8ToWide(i->title)); local
294 section_title->SetMultiLine(true);
295 section_title->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
296 layout->AddView(section_title, 1, 1, GridLayout::FILL, GridLayout::LEADING);

Completed in 202 milliseconds