Searched refs:old_x (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | debugallocation_test.cc | 165 int* old_x = x; in TEST() local 174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks in TEST() 180 old_x = NULL; // avoid breaking opt build with an unused variable warning. in TEST()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | debugallocation_test.cc | 165 int* old_x = x; in TEST() local 174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks in TEST() 180 old_x = NULL; // avoid breaking opt build with an unused variable warning. in TEST()
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testpalette.c | 251 int old_x = boatx[i]; in main() local 258 r.x = old_x; in main() 266 updates[i].x = MIN(old_x, boatx[i]); in main()
|
/external/chromium_org/ash/system/chromeos/ |
D | tray_caps_lock.cc | 96 const int old_x = shortcut_label_->x(); in Layout() local 101 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x, in Layout()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | stacked_tab_strip_layout.h | 68 void RemoveTab(int index, int start_x, int old_x);
|
D | stacked_tab_strip_layout_unittest.cc | 390 int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); in TEST_F() local 393 old_x); in TEST_F()
|
D | stacked_tab_strip_layout.cc | 173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) { in RemoveTab() argument
|
D | tab_strip.cc | 701 int old_x = tabs_.ideal_bounds(model_index).x(); in RemoveTabAt() local 706 old_x); in RemoveTabAt()
|
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling.cc | 388 int old_x = last_visible_rect_in_content_space_.x(); in ComputeSkewport() local 406 skewport.Inset(extrapolation_multiplier * (new_x - old_x), in ComputeSkewport()
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.cc | 667 int old_x = position_.x(); in ScrolledToXPosition() local 670 client_->Scroll(pp::Point(old_x - position, 0)); in ScrolledToXPosition()
|