Home
last modified time | relevance | path

Searched refs:current_x_ (Results 1 – 4 of 4) 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
/external/chromium_org/cc/resources/
Dpicture.cc383 current_x_(0), in PixelRefIterator()
401 current_x_ = 1; in PixelRefIterator()
428 current_x_ = min_point_.x() - cell_size.width(); in PixelRefIterator()
448 current_x_ += cell_size.width(); in operator ++()
449 if (current_x_ > max_point_.x()) { in operator ++()
451 current_x_ = min_point_.x(); in operator ++()
460 PixelRefMapKey key(current_x_, current_y_); in operator ++()
Dpicture.h113 int current_x_; variable