Home
last modified time | relevance | path

Searched refs:heading_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/views/extensions/
Dextension_uninstall_dialog_view.cc48 heading_ = new views::Label(UTF16ToWide( in ExtensionUninstallDialogView()
51 heading_->SetMultiLine(true); in ExtensionUninstallDialogView()
52 heading_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in ExtensionUninstallDialogView()
53 AddChildView(heading_); in ExtensionUninstallDialogView()
102 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
112 heading_->SizeToFit(kRightColumnWidth); in Layout()
114 if (heading_->height() <= kIconSize) { in Layout()
119 heading_->SetX(x); in Layout()
120 heading_->SetY(y + (kIconSize - heading_->height()) / 2); in Layout()
123 y + (heading_->height() - kIconSize) / 2, in Layout()
[all …]
Dextension_install_dialog_view.cc99 views::Label* heading_; member in ExtensionInstallDialogView
131 heading_(NULL), in ExtensionInstallDialogView()
147 heading_ = new views::Label(UTF16ToWide( in ExtensionInstallDialogView()
150 heading_->SetFont(heading_->font().DeriveFont(kHeadingFontSizeDelta, in ExtensionInstallDialogView()
152 heading_->SetMultiLine(true); in ExtensionInstallDialogView()
153 heading_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in ExtensionInstallDialogView()
154 AddChildView(heading_); in ExtensionInstallDialogView()
194 height += heading_->GetHeightForWidth(right_column_width_); in GetPreferredSize()
223 heading_->SizeToFit(right_column_width_); in Layout()
224 heading_->SetX(x); in Layout()
[all …]
Dextension_installed_bubble.cc103 heading_ = new views::Label(UTF16ToWide( in InstalledBubbleContent()
106 heading_->SetFont(rb.GetFont(ResourceBundle::MediumFont)); in InstalledBubbleContent()
107 heading_->SetMultiLine(true); in InstalledBubbleContent()
108 heading_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in InstalledBubbleContent()
109 AddChildView(heading_); in InstalledBubbleContent()
170 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
192 heading_->SizeToFit(kRightColumnWidth); in Layout()
193 heading_->SetX(x); in Layout()
194 heading_->SetY(y); in Layout()
195 y += heading_->height(); in Layout()
[all …]
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_uninstall_dialog_view.cc105 views::Label* heading_; member in __anon7422e8510111::ExtensionUninstallDialogDelegateView
168 heading_ = new views::Label( in ExtensionUninstallDialogDelegateView()
171 heading_->SetMultiLine(true); in ExtensionUninstallDialogDelegateView()
172 AddChildView(heading_); in ExtensionUninstallDialogDelegateView()
207 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
217 heading_->SizeToFit(kRightColumnWidth); in Layout()
219 if (heading_->height() <= kIconSize) { in Layout()
224 heading_->SetX(x); in Layout()
225 heading_->SetY(y + (kIconSize - heading_->height()) / 2); in Layout()
228 y + (heading_->height() - kIconSize) / 2, in Layout()
[all …]
Dextension_installed_bubble_view.cc179 heading_ = new views::Label(l10n_util::GetStringFUTF16( in InstalledBubbleContent()
181 heading_->SetFontList(rb.GetFontList(ui::ResourceBundle::MediumFont)); in InstalledBubbleContent()
182 heading_->SetMultiLine(true); in InstalledBubbleContent()
183 heading_->SetHorizontalAlignment(gfx::ALIGN_LEFT); in InstalledBubbleContent()
184 AddChildView(heading_); in InstalledBubbleContent()
390 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
425 heading_->SizeToFit(kRightColumnWidth); in Layout()
426 heading_->SetX(x); in Layout()
427 heading_->SetY(y); in Layout()
428 y += heading_->height(); in Layout()
[all …]
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc61 views::Label* heading_; member in __anond8a804880111::ContentView
80 heading_ = new views::Label( in ContentView()
82 heading_->set_border(views::Border::CreateEmptyBorder( in ContentView()
84 heading_->SetFont(font); in ContentView()
85 heading_->SetHorizontalAlignment(views::Label::ALIGN_CENTER); in ContentView()
86 heading_->SetText(UTF16ToWide( in ContentView()
88 AddChildView(heading_); in ContentView()
126 heading_->SetVisible(mode == SpeechInputBubbleBase::DISPLAY_MODE_RECORDING); in UpdateLayout()
165 int width = heading_->GetPreferredSize().width(); in GetPreferredSize()
185 if (heading_->IsVisible()) in GetPreferredSize()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.mm16 // Returns if |item| is the item shown as heading. If |heading_| is nil, this
63 return heading_.get();
67 heading_.reset([str copy]);
75 if (heading_)
116 if (!heading_)
125 if (!heading_)
131 return item && item == heading_.get();
138 return heading_ ? 1 : [tabView_ numberOfTabViewItems];
139 return (item == heading_.get()) ? [tabView_ numberOfTabViewItems] : 0;
150 return heading_.get() ?
[all …]
Dtab_view_picker_table.h26 scoped_nsobject<NSString> heading_; variable
/external/chromium_org/chrome/browser/ui/views/
Dspeech_recognition_bubble_views.cc80 views::Label* heading_; member in __anon92d49d630111::SpeechRecognitionBubbleView
102 heading_(NULL), in SpeechRecognitionBubbleView()
137 heading_ = new views::Label( in Init()
139 heading_->set_border(views::Border::CreateEmptyBorder( in Init()
141 heading_->SetFont(font); in Init()
142 heading_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in Init()
143 heading_->SetText( in Init()
145 AddChildView(heading_); in Init()
183 heading_->SetVisible( in UpdateLayout()
232 int width = heading_->GetPreferredSize().width(); in GetPreferredSize()
[all …]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dslice_group_track.js30 this.heading_ = '';
43 return this.heading_;
47 this.heading_ = h;
115 this.firstChild.heading = this.heading_;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.mm471 [heading_ setStringValue:l10n_util::GetNSStringF(
474 sizeToFitFixedWidthTextField:heading_];
475 newWindowHeight += NSHeight([heading_ frame]) +
612 NSRect headingFrame = [heading_ frame];
616 [heading_ setFrame:headingFrame];
663 return [heading_ frame];
Dextension_installed_bubble_controller.h80 IBOutlet NSTextField* heading_; variable
/external/chromium-trace/
Dscript.js429heading_=this.tooltip_=""},get group(){return this.group_},set group(b){this.group_=b;this.updateC…
431 …ngAndTooltip_:function(){this.firstChild&&(this.firstChild.heading=this.heading_,this.firstChild.t…