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

  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 104 int current_x_; member in class:PanelManager
panel_manager.cc 50 current_x_(0),
69 current_x_ = work_area.right();
131 current_x_ = (*iter)->bounds().x() + (*iter)->bounds().width();
304 int x = current_x_ - width;
310 current_x_ -= width + kPanelsHorizontalSpacing;
  /external/chromium_org/cc/resources/
picture.cc 360 current_x_(0),
377 current_x_ = 1;
404 current_x_ = min_point_.x() - cell_size.width();
424 current_x_ += cell_size.width();
425 if (current_x_ > max_point_.x()) {
427 current_x_ = min_point_.x();
436 PixelRefMapKey key(current_x_, current_y_);
picture.h 113 int current_x_; member in class:cc::Picture::PixelRefIterator

Completed in 6832 milliseconds