Home
last modified time | relevance | path

Searched refs:subtitle_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/chromeos/
Dnetwork_list.js163 subtitle_: null, property in NetworkListItem
193 this.subtitle_.textContent = text;
194 this.subtitle_.hidden = !text;
241 this.subtitle_.dir = direction;
248 this.subtitle_.classList.add('network-selector');
273 this.subtitle_ = this.ownerDocument.createElement('div');
274 this.subtitle_.className = 'network-subtitle';
275 textContent.appendChild(this.subtitle_);
/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc347 subtitle_ = subtitle; in SetSubtitle()
814 subtitle_.empty() ? available_height in PaintButton()
823 if (!subtitle_.empty()) { in PaintButton()
825 subtitle_, in PaintButton()
980 if (!subtitle_.empty()) in CalculateDimensions()
981 string_width = std::max(string_width, font.GetStringWidth(subtitle_)); in CalculateDimensions()
992 (subtitle_.empty() ? 0 : font.GetHeight()) + in CalculateDimensions()
Dmenu_item_view.h470 string16 subtitle_; variable
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_install_dialog_controller.h40 scoped_nsobject<NSString> subtitle_; variable
Dextension_install_dialog_controller.mm90 subtitle_.reset(
133 [subtitleField_ setStringValue:subtitle_.get()];