Searched refs:start_x_ (Results 1 – 2 of 2) sorted by relevance
150 start_x_(start.x()), in SnapSizer()187 if (start_x_ > location.x()) { in Update()189 std::min(pixels_before_adjust, start_x_ / 10); in Update()193 (workspace_bounds.width() - start_x_) / 10); in Update()
123 const int start_x_; variable