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

  /external/chromium_org/ash/system/tray/
tray_bar_button_with_title.cc 102 gfx::Size title_size = title_->GetPreferredSize(); local
106 title_size.height());
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 314 const gfx::Size title_size = title_->GetPreferredSize(); local
315 gfx::Rect title_bounds(rect.x() + (rect.width() - title_size.width()) / 2,
317 title_size.width(),
318 title_size.height());
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 670 gfx::Size title_size = title_label_->GetPreferredSize(); local
672 return gfx::Size(std::max(title_size.width(), content_size.width()),
673 title_size.height() + content_size.height());

Completed in 1000 milliseconds