Searched refs:next_x (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc230 int next_x = show_link_only ? kLeftPadding : local
233 arrow_image_->SetBounds(next_x,
236 next_x += image_size.width() + kDownloadsTitlePadding;
237 show_all_view_->SetBounds(next_x,
241 next_x += show_all_size.width() + kCloseAndLinkPadding;
246 close_button_->SetBounds(next_x, y,
247 is_maximized ? width() - next_x : close_button_size.width(),
257 next_x = kLeftPadding;
262 int x = next_x;
271 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_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.cc341 for (int next_x = x, i = index - 1; i > active_index(); --i) {
342 next_x = std::max(GetMinXCompressed(i), next_x - tab_offset());
343 SetIdealBoundsAt(i, next_x);
H A Dtab_strip.cc2380 int next_x = 0; local
2385 tabs_.set_ideal_bounds(index, gfx::Rect(next_x, 0, mini_width, tab_height));
2386 next_x += mini_width + kTabHorizontalOffset;
2389 next_x += kMiniToNonMiniGap;
2392 return next_x;
H A Dtab_drag_controller.cc1218 int next_x = attached_tabstrip_->ideal_bounds(index + 1).x(); local
1219 int mid_x = std::min(next_x - kStackedDistance,
1220 active_x + (next_x - active_x) / 4);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1935 int next_x = x + pref.width() + kButtonPadding; local
1936 child->SetVisible(next_x < max_x);
1938 x = next_x;

Completed in 6054 milliseconds