/external/chromium_org/chrome/browser/ui/views/download/ |
D | download_shelf_view.cc | 226 int next_x = show_link_only ? kLeftPadding : in Layout() local 229 arrow_image_->SetBounds(next_x, in Layout() 232 next_x += image_size.width() + kDownloadsTitlePadding; in Layout() 233 show_all_view_->SetBounds(next_x, in Layout() 237 next_x += show_all_size.width() + kCloseAndLinkPadding; in Layout() 242 close_button_->SetBounds(next_x, y, in Layout() 243 is_maximized ? width() - next_x : close_button_size.width(), in Layout() 253 next_x = kLeftPadding; in Layout() 258 int x = next_x; in Layout() 267 next_x += item_width; in Layout() [all …]
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_shelf_view.cc | 273 int next_x = show_link_only ? kLeftPadding : in Layout() local 276 arrow_image_->SetBounds(next_x, in Layout() 279 next_x += image_size.width() + kDownloadsTitlePadding; in Layout() 280 show_all_view_->SetBounds(next_x, in Layout() 284 next_x += show_all_size.width() + kCloseAndLinkPadding; in Layout() 289 close_button_->SetBounds(next_x, y, in Layout() 290 is_maximized ? width() - next_x : close_button_size.width(), in Layout() 300 next_x = kLeftPadding; in Layout() 305 int x = next_x; in Layout() 314 next_x += item_width; in Layout() [all …]
|
/external/chromium/chrome/browser/chromeos/login/ |
D | oobe_progress_bar.cc | 82 int next_x = static_cast<int>((i + 1) * step_width); in OnPaint() local 90 int line_width = ((next_x - x) - in OnPaint() 111 next_x - ix, line_->height()); in OnPaint() 117 (next_x - x - 2 * kTextPadding), in OnPaint() 122 x = next_x; in OnPaint()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3comp1.test | 27 set next_x 0 29 incr ::next_x 30 set ::strings($::next_x) $x 31 return $::next_x 42 set next_x 0
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | touch_autocomplete_popup_contents_view.cc | 79 int next_x = bounds.x() + static_cast<int>(((i + 1) * child_width) + 0.5); in LayoutChildren() local 80 visible_children[i]->SetBounds(x, bounds.y(), next_x - x, bounds.height()); in LayoutChildren() 81 x = next_x; in LayoutChildren()
|
/external/opencv/cv/src/ |
D | cvemd.cpp | 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; in icvNewSolution() local 803 while( (next_x = cur_x->next[0]) != leave_x ) in icvNewSolution() 805 cur_x = next_x; in icvNewSolution() 808 cur_x->next[0] = next_x->next[0]; in icvNewSolution() 813 while( (next_x = cur_x->next[1]) != leave_x ) in icvNewSolution() 815 cur_x = next_x; in icvNewSolution() 818 cur_x->next[1] = next_x->next[1]; in icvNewSolution()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | stacked_tab_strip_layout.cc | 341 for (int next_x = x, i = index - 1; i > active_index(); --i) { in MakeVisible() local 342 next_x = std::max(GetMinXCompressed(i), next_x - tab_offset()); in MakeVisible() 343 SetIdealBoundsAt(i, next_x); in MakeVisible()
|
D | tab_strip.cc | 2548 int next_x = 0; in GenerateIdealBoundsForMiniTabs() local 2554 gfx::Rect(next_x, 0, mini_width, tab_height)); in GenerateIdealBoundsForMiniTabs() 2555 next_x += mini_width + tab_h_offset(); in GenerateIdealBoundsForMiniTabs() 2558 next_x += kMiniToNonMiniGap; in GenerateIdealBoundsForMiniTabs() 2561 return next_x; in GenerateIdealBoundsForMiniTabs()
|
D | tab_drag_controller.cc | 1651 int next_x = attached_tabstrip_->ideal_bounds(index + 1).x(); in ShouldDragToNextStackedTab() local 1652 int mid_x = std::min(next_x - kStackedDistance, in ShouldDragToNextStackedTab() 1653 active_x + (next_x - active_x) / 4); in ShouldDragToNextStackedTab()
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view.cc | 1695 int next_x = x + pref.width() + kButtonPadding; in LayoutItems() local 1697 child->SetVisible(next_x < max_x); in LayoutItems() 1700 x = next_x; in LayoutItems()
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/ |
D | plotter.js | 640 var next_x = this.canvasElement_.offsetLeft + 644 c.style.width = ((next_x + curr_x) / 2) - leftPoint;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view.cc | 1785 int next_x = x + pref.width() + kButtonPadding; in LayoutItems() local 1787 child->SetVisible(next_x < max_x); in LayoutItems() 1790 x = next_x; in LayoutItems()
|