/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | keyword_hint_view.cc | 32 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
|
D | keyword_hint_view.h | 50 views::Label* CreateLabel(const gfx::FontList& font_list,
|
/external/chromium_org/chrome/browser/ui/views/ |
D | sad_tab_view.cc | 106 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
|
D | edit_search_engine_dialog.cc | 185 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
|
D | sad_tab_view.h | 59 views::Label* CreateLabel(const base::string16& text);
|
D | edit_search_engine_dialog.h | 59 views::Label* CreateLabel(int message_id);
|
/external/chromium_org/ash/system/date/ |
D | date_view.cc | 73 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/ |
D | alternate_nav_infobar_view.cc | 81 label_1_ = CreateLabel(label_1_text_); in ViewHierarchyChanged() 89 label_2_ = CreateLabel(label_2_text_); in ViewHierarchyChanged()
|
D | infobar_view.h | 52 views::Label* CreateLabel(const base::string16& text) const;
|
D | confirm_infobar.cc | 68 label_ = CreateLabel(delegate->GetMessageText()); in ViewHierarchyChanged()
|
D | infobar_view.cc | 87 views::Label* InfoBarView::CreateLabel(const base::string16& text) const { in CreateLabel() function in InfoBarView
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_control_utils.h | 15 NSTextField* CreateLabel();
|
D | constrained_window_control_utils.mm | 12 NSTextField* CreateLabel() {
|
D | constrained_window_alert.mm | 52 informativeTextField_.reset([constrained_window::CreateLabel() retain]); 54 messageTextField_.reset([constrained_window::CreateLabel() retain]);
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
D | infobar_utilities.h | 27 NSTextField* CreateLabel(NSRect bounds);
|
D | translate_infobar_base.mm | 28 using InfoBarUtilities::CreateLabel; 111 label1_.reset(CreateLabel(bogusFrame)); 112 label2_.reset(CreateLabel(bogusFrame)); 113 label3_.reset(CreateLabel(bogusFrame));
|
D | infobar_utilities.mm | 77 NSTextField* CreateLabel(NSRect bounds) {
|
/external/chromium_org/ash/system/tray/ |
D | tray_item_view.h | 36 void CreateLabel();
|
D | tray_item_view.cc | 45 void TrayItemView::CreateLabel() { in CreateLabel() function in ash::TrayItemView
|
/external/chromium_org/ash/system/ |
D | tray_accessibility.h | 52 views::Label* CreateLabel(uint32 enabled_state_bits);
|
D | tray_accessibility.cc | 99 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/ |
D | tray_ime.cc | 239 tray_label_->CreateLabel(); in CreateTrayView()
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | profile_signin_confirmation_view_controller.mm | 112 NSTextField* textField = constrained_window::CreateLabel();
|