HomeSort by relevance Sort by last modified time
    Searched full:section_title (Results 1 - 3 of 3) 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);
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 361 views::Label* section_title = new views::Label(UTF8ToUTF16(i->title)); local
362 section_title->SetMultiLine(true);
363 section_title->SetHorizontalAlignment(gfx::ALIGN_LEFT);
364 layout->AddView(section_title, 1, 1, GridLayout::FILL, GridLayout::LEADING);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 105 GtkWidget* CreatePermissionTabSection(std::string section_title,
113 GtkWidget* label = theme_service->BuildLabel(section_title, ui::kGdkBlack);

Completed in 403 milliseconds