Home
last modified time | relevance | path

Searched refs:panel_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc694 gfx::Rect panel_bounds = panel_widget_->GetWindowScreenBounds(); in UpdatePanel() local
695 if (min_bounds.height() < panel_bounds.height()) in UpdatePanel()
697 else if (min_bounds.height() > panel_bounds.height()) { in UpdatePanel()
701 panel_bounds.set_width(width); in UpdatePanel()
702 panel_widget_->SetBounds(panel_bounds); in UpdatePanel()