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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Ddebugallocation_test.cc165 int* old_x = x; local
174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks
178 // EXPECT_EQ(x, old_x);
180 old_x = NULL; // avoid breaking opt build with an unused variable warning.
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Ddebugallocation_test.cc165 int* old_x = x; local
174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks
178 // EXPECT_EQ(x, old_x);
180 old_x = NULL; // avoid breaking opt build with an unused variable warning.
/external/chromium_org/ash/system/chromeos/
H A Dtray_caps_lock.cc97 const int old_x = shortcut_label_->x(); variable
102 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout_unittest.cc390 int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); local
393 old_x);
H A Dstacked_tab_strip_layout.cc173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) { argument
H A Dtab_strip.cc685 int old_x = tabs_.ideal_bounds(model_index).x(); local
690 old_x);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c251 int old_x = boatx[i]; local
258 r.x = old_x;
266 updates[i].x = MIN(old_x, boatx[i]);
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc506 int old_x = last_visible_rect_in_content_space_.x(); local
524 skewport.Inset(extrapolation_multiplier * (new_x - old_x),
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc701 int old_x = position_.x(); local
704 client_->Scroll(pp::Point(old_x - position, 0));

Completed in 283 milliseconds