HomeSort by relevance Sort by last modified time
    Searched refs:CreateLabel (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_control_utils.h 15 NSTextField* CreateLabel();
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 27 NSTextField* CreateLabel(NSRect bounds);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 32 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,
keyword_hint_view.h 50 views::Label* CreateLabel(const gfx::FontList& font_list,
  /external/chromium_org/chrome/browser/ui/views/
sad_tab_view.cc 107 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) {
edit_search_engine_dialog.cc 184 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) {
edit_search_engine_dialog.h 59 views::Label* CreateLabel(int message_id);
sad_tab_view.h 59 views::Label* CreateLabel(const base::string16& text);
  /external/chromium_org/ash/system/tray/
tray_item_view.h 36 void CreateLabel();
tray_item_view.cc 45 void TrayItemView::CreateLabel() {
  /external/chromium_org/athena/system/
status_icon_container_view.cc 34 views::Label* CreateLabel(SystemUI::ColorScheme color_scheme,
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/ash/system/date/
date_view.cc 73 views::Label* CreateLabel() {
135 date_label_ = CreateLabel();
305 horizontal_label_.reset(CreateLabel());
307 vertical_label_hours_.reset(CreateLabel());
309 vertical_label_minutes_.reset(CreateLabel());
  /external/chromium_org/chrome/browser/ui/views/infobars/
alternate_nav_infobar_view.cc 81 label_1_ = CreateLabel(label_1_text_);
89 label_2_ = CreateLabel(label_2_text_);
infobar_view.h 51 views::Label* CreateLabel(const base::string16& text) const;
confirm_infobar.cc 68 label_ = CreateLabel(delegate->GetMessageText());
infobar_view.cc 86 views::Label* InfoBarView::CreateLabel(const base::string16& text) const {
  /external/chromium_org/ash/system/
tray_accessibility.h 52 views::Label* CreateLabel(uint32 enabled_state_bits);
tray_accessibility.cc 100 label_(CreateLabel(enabled_state_bits)) {
104 views::Label* AccessibilityPopupView::CreateLabel(uint32 enabled_state_bits) {
  /external/chromium_org/ash/system/ime/
tray_ime.cc 244 tray_label_->CreateLabel();

Completed in 319 milliseconds