Searched refs:start_y_ (Results 1 – 3 of 3) sorted by relevance
826 start_y_ = menu_loc.y(); in Step2()853 ASSERT_NE(start_y_, menu_loc.y()); in Step4()866 int start_y_; member in BookmarkBarViewTest9
181 MenuScrollTask() : submenu_(NULL), is_scrolling_up_(false), start_y_(0) { in MenuScrollTask()197 start_y_ = part.submenu->GetVisibleBounds().y(); in Update()226 std::max(0, start_y_ - delta_y) : in Run()227 std::min(submenu_->height() - vis_rect.height(), start_y_ + delta_y)); in Run()247 int start_y_; member in views::MenuController::MenuScrollTask
859 start_y_ = menu_loc.y(); in Step2()888 ASSERT_NE(start_y_, menu_loc.y()); in Step4()900 int start_y_; member in BookmarkBarViewTest9