Home
last modified time | relevance | path

Searched refs:CreateLabel (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dkeyword_hint_view.cc32 CreateLabel(font_list, text_color, background_color); in KeywordHintView()
38 CreateLabel(font_list, text_color, background_color); in KeywordHintView()
95 views::Label* KeywordHintView::CreateLabel(const gfx::FontList& font_list, in CreateLabel() function in KeywordHintView
Dkeyword_hint_view.h50 views::Label* CreateLabel(const gfx::FontList& font_list,
/external/chromium_org/chrome/browser/ui/views/
Dsad_tab_view.cc106 views::Label* title = CreateLabel(l10n_util::GetStringUTF16( in SadTabView()
114 message_ = CreateLabel(l10n_util::GetStringUTF16( in SadTabView()
142 views::Label* help_prefix = CreateLabel(help_text.substr(0, offset)); in SadTabView()
143 views::Label* help_suffix = CreateLabel(help_text.substr(offset)); in SadTabView()
260 views::Label* SadTabView::CreateLabel(const base::string16& text) { in CreateLabel() function in SadTabView
Dedit_search_engine_dialog.cc185 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL)); in Init()
190 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL)); in Init()
195 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_URL_LABEL)); in Init()
229 views::Label* EditSearchEngineDialog::CreateLabel(int message_id) { in CreateLabel() function in EditSearchEngineDialog
Dsad_tab_view.h59 views::Label* CreateLabel(const base::string16& text);
Dedit_search_engine_dialog.h59 views::Label* CreateLabel(int message_id);
/external/chromium_org/ash/system/date/
Ddate_view.cc73 views::Label* CreateLabel() { in CreateLabel() function
135 date_label_ = CreateLabel(); in DateView()
305 horizontal_label_.reset(CreateLabel()); in SetupLabels()
307 vertical_label_hours_.reset(CreateLabel()); in SetupLabels()
309 vertical_label_minutes_.reset(CreateLabel()); in SetupLabels()
/external/chromium_org/chrome/browser/ui/views/infobars/
Dalternate_nav_infobar_view.cc81 label_1_ = CreateLabel(label_1_text_); in ViewHierarchyChanged()
89 label_2_ = CreateLabel(label_2_text_); in ViewHierarchyChanged()
Dinfobar_view.h52 views::Label* CreateLabel(const base::string16& text) const;
Dconfirm_infobar.cc68 label_ = CreateLabel(delegate->GetMessageText()); in ViewHierarchyChanged()
Dinfobar_view.cc87 views::Label* InfoBarView::CreateLabel(const base::string16& text) const { in CreateLabel() function in InfoBarView
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_control_utils.h15 NSTextField* CreateLabel();
Dconstrained_window_control_utils.mm12 NSTextField* CreateLabel() {
Dconstrained_window_alert.mm52 informativeTextField_.reset([constrained_window::CreateLabel() retain]);
54 messageTextField_.reset([constrained_window::CreateLabel() retain]);
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dinfobar_utilities.h27 NSTextField* CreateLabel(NSRect bounds);
Dtranslate_infobar_base.mm28 using InfoBarUtilities::CreateLabel;
111 label1_.reset(CreateLabel(bogusFrame));
112 label2_.reset(CreateLabel(bogusFrame));
113 label3_.reset(CreateLabel(bogusFrame));
Dinfobar_utilities.mm77 NSTextField* CreateLabel(NSRect bounds) {
/external/chromium_org/ash/system/tray/
Dtray_item_view.h36 void CreateLabel();
Dtray_item_view.cc45 void TrayItemView::CreateLabel() { in CreateLabel() function in ash::TrayItemView
/external/chromium_org/ash/system/
Dtray_accessibility.h52 views::Label* CreateLabel(uint32 enabled_state_bits);
Dtray_accessibility.cc99 label_(CreateLabel(enabled_state_bits)) { in AccessibilityPopupView()
103 views::Label* AccessibilityPopupView::CreateLabel(uint32 enabled_state_bits) { in CreateLabel() function in ash::tray::AccessibilityPopupView
/external/chromium_org/ash/system/ime/
Dtray_ime.cc239 tray_label_->CreateLabel(); in CreateTrayView()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_signin_confirmation_view_controller.mm112 NSTextField* textField = constrained_window::CreateLabel();