HomeSort by relevance Sort by last modified time
    Searched full:subtitle_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 175 subtitle_: null,
205 this.subtitle_.textContent = text;
206 this.subtitle_.hidden = !text;
253 this.subtitle_.dir = direction;
260 this.subtitle_.classList.add('network-selector');
289 this.subtitle_ = this.ownerDocument.createElement('div');
290 this.subtitle_.className = 'network-subtitle';
291 textContent.appendChild(this.subtitle_);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 352 subtitle_ = subtitle;
837 subtitle_.empty() ? available_height
845 if (!subtitle_.empty()) {
847 subtitle_,
993 if (!subtitle_.empty()) {
995 gfx::GetStringWidth(subtitle_, font_list));
1008 (subtitle_.empty() ? 0 : font_list.GetHeight()) +
    [all...]
menu_item_view.h 396 // item. This will be the accelerator (if one exists), otherwise |subtitle_|.
461 base::string16 subtitle_; member in class:views::MenuItemView
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
network_status.js 154 this.subTitle_ = subTitle;
198 this.subTitle_.textContent = network.ConnectionState;

Completed in 81 milliseconds