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

/external/chromium_org/ash/system/tray/
H A Dtray_item_view.cc45 void TrayItemView::CreateLabel() { function in class:ash::TrayItemView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.cc32 CreateLabel(font_list, text_color, background_color);
38 CreateLabel(font_list, text_color, background_color);
95 views::Label* KeywordHintView::CreateLabel(const gfx::FontList& font_list, function in class:KeywordHintView
/external/chromium_org/ash/system/date/
H A Ddate_view.cc73 views::Label* CreateLabel() { function in namespace:ash::tray::__anon1987
135 date_label_ = CreateLabel();
305 horizontal_label_.reset(CreateLabel());
307 vertical_label_hours_.reset(CreateLabel());
309 vertical_label_minutes_.reset(CreateLabel());
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc100 label_(CreateLabel(enabled_state_bits)) {
104 views::Label* AccessibilityPopupView::CreateLabel(uint32 enabled_state_bits) { function in class:ash::tray::AccessibilityPopupView
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.cc34 views::Label* CreateLabel(SystemUI::ColorScheme color_scheme, function in namespace:athena::__anon2153
224 AddChildView(CreateLabel(color_scheme, version_text));
226 AddChildView(CreateLabel(color_scheme, "Network:"));
227 views::Label* network_label = CreateLabel(color_scheme, std::string());
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc184 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL));
189 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL));
194 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_URL_LABEL));
228 views::Label* EditSearchEngineDialog::CreateLabel(int message_id) { function in class:EditSearchEngineDialog
H A Dsad_tab_view.cc107 views::Label* title = CreateLabel(l10n_util::GetStringUTF16(
115 message_ = CreateLabel(l10n_util::GetStringUTF16(
143 views::Label* help_prefix = CreateLabel(help_text.substr(0, offset));
144 views::Label* help_suffix = CreateLabel(help_text.substr(offset));
261 views::Label* SadTabView::CreateLabel(const base::string16& text) { function in class:SadTabView
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc86 views::Label* InfoBarView::CreateLabel(const base::string16& text) const { function in class:InfoBarView

Completed in 220 milliseconds