Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc50 current_x_(0), in PanelManager()
69 current_x_ = work_area.right(); in OnDisplayChanged()
131 current_x_ = (*iter)->bounds().x() + (*iter)->bounds().width(); in DoRemove()
304 int x = current_x_ - width; in ComputeBoundsForNextPanel()
310 current_x_ -= width + kPanelsHorizontalSpacing; in ComputeBoundsForNextPanel()
Dpanel_manager.h104 int current_x_; variable