Searched defs:next_x (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Doobe_progress_bar.cc82 int next_x = static_cast<int>((i + 1) * step_width); local
90 int line_width = ((next_x - x) -
111 next_x - ix, line_->height());
117 (next_x - x - 2 * kTextPadding),
122 x = next_x;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.cc79 int next_x = bounds.x() + static_cast<int>(((i + 1) * child_width) + 0.5); local
80 visible_children[i]->SetBounds(x, bounds.y(), next_x - x, bounds.height());
81 x = next_x;
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc273 int next_x = show_link_only ? kLeftPadding : local
276 arrow_image_->SetBounds(next_x,
279 next_x += image_size.width() + kDownloadsTitlePadding;
280 show_all_view_->SetBounds(next_x,
284 next_x += show_all_size.width() + kCloseAndLinkPadding;
289 close_button_->SetBounds(next_x, y,
290 is_maximized ? width() - next_x : close_button_size.width(),
300 next_x = kLeftPadding;
305 int x = next_x;
314 next_x
[all...]
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc226 int next_x = show_link_only ? kLeftPadding : local
229 arrow_image_->SetBounds(next_x,
232 next_x += image_size.width() + kDownloadsTitlePadding;
233 show_all_view_->SetBounds(next_x,
237 next_x += show_all_size.width() + kCloseAndLinkPadding;
242 close_button_->SetBounds(next_x, y,
243 is_maximized ? width() - next_x : close_button_size.width(),
253 next_x = kLeftPadding;
258 int x = next_x;
267 next_x
[all...]
/external/opencv/cv/src/
H A Dcvemd.cpp754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
808 cur_x->next[0] = next_x->next[0];
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
818 cur_x->next[1] = next_x->next[1];
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1695 int next_x = x + pref.width() + kButtonPadding; local
1697 child->SetVisible(next_x < max_x);
1700 x = next_x;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1785 int next_x = x + pref.width() + kButtonPadding; local
1787 child->SetVisible(next_x < max_x);
1790 x = next_x;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1651 int next_x = attached_tabstrip_->ideal_bounds(index + 1).x(); local
1652 int mid_x = std::min(next_x - kStackedDistance,
1653 active_x + (next_x - active_x) / 4);
H A Dtab_strip.cc2548 int next_x = 0; local
2554 gfx::Rect(next_x, 0, mini_width, tab_height));
2555 next_x += mini_width + tab_h_offset();
2558 next_x += kMiniToNonMiniGap;
2561 return next_x;

Completed in 267 milliseconds