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

  /external/chromium_org/ui/message_center/views/
message_bubble_base.cc 57 void MessageBubbleBase::SetMaxHeight(int height) {
66 bubble_view_->SetMaxHeight(max_height_);
message_bubble_base.h 28 // if SetMaxHeight() has not been called yet.
29 void SetMaxHeight(int height);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 125 void SetMaxHeight(int height);
tray_bubble_view.cc 336 void TrayBubbleView::SetMaxHeight(int height) {
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 222 bubble_view_->SetMaxHeight(0); // Clear max height limit.
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 333 message_center_bubble->SetMaxHeight(std::max(0,

Completed in 194 milliseconds