Searched refs:subtitle_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js163 subtitle_: null,
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/
H A Dmenu_item_view.cc353 subtitle_ = subtitle;
825 subtitle_.empty() ? available_height
833 if (!subtitle_.empty()) {
835 subtitle_,
981 if (!subtitle_.empty()) {
983 gfx::GetStringWidth(subtitle_, font_list));
996 (subtitle_.empty() ? 0 : font_list.GetHeight()) +
H A Dmenu_item_view.h391 // item. This will be the accelerator (if one exists), otherwise |subtitle_|.
456 base::string16 subtitle_; member in class:views::MenuItemView

Completed in 94 milliseconds