Home
last modified time | relevance | path

Searched refs:old_x (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Ddebugallocation_test.cc165 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/vendor/src/tests/
Ddebugallocation_test.cc165 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/chrome/browser/ui/gtk/panels/
Dpanel_drag_gtk.cc262 gint old_x = static_cast<gint>(old_x_double); in OnMouseMoveEvent() local
265 if (gtk_drag_check_threshold(drag_widget_, old_x, old_y, in OnMouseMoveEvent()
268 drag_delegate_->DragStarted(gfx::Point(old_x, old_y)); in OnMouseMoveEvent()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestpalette.c251 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/
Dtray_caps_lock.cc82 const int old_x = shortcut_label_->x(); in Layout() local
87 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x, in Layout()
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Dtab_gtk.cc231 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root); in DidProcessEvent() local
237 if (gtk_drag_check_threshold(widget(), old_x, old_y, in DidProcessEvent()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_gtk.cc279 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root); in DidProcessEvent() local
285 if (gtk_drag_check_threshold(widget(), old_x, old_y, in DidProcessEvent()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dstacked_tab_strip_layout.h68 void RemoveTab(int index, int start_x, int old_x);
Dstacked_tab_strip_layout_unittest.cc390 int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); in TEST_F() local
393 old_x); in TEST_F()
Dstacked_tab_strip_layout.cc173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) { in RemoveTab() argument
Dtab_strip.cc778 int old_x = tabs_.ideal_bounds(model_index).x(); in RemoveTabAt() local
783 old_x); in RemoveTabAt()