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

  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 40 scoped_nsobject<NSString> subtitle_; variable
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 347 subtitle_ = subtitle;
814 subtitle_.empty() ? available_height
823 if (!subtitle_.empty()) {
825 subtitle_,
980 if (!subtitle_.empty())
981 string_width = std::max(string_width, font.GetStringWidth(subtitle_));
992 (subtitle_.empty() ? 0 : font.GetHeight()) +
    [all...]
menu_item_view.h 405 // item. This will be the accelerator (if one exists), otherwise |subtitle_|.
470 string16 subtitle_; member in class:views::MenuItemView

Completed in 27 milliseconds