Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_collection.cc267 int top_width = 0; in RemovePanel() local
271 top_width = panel->GetBounds().width(); in RemovePanel()
306 RefreshLayoutWithTopPanelStartingAt(top_origin, top_width); in RemovePanel()
/external/chromium_org/ui/message_center/views/
Dnotification_view.cc391 int top_width = top_view_->GetPreferredSize().width() + in GetPreferredSize() local
394 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width(); in GetPreferredSize()