HomeSort by relevance Sort by last modified time
    Searched refs:old_x (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 165 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/
debugallocation_test.cc 165 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/
tray_caps_lock.cc 82 const int old_x = shortcut_label_->x(); variable
87 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x,
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.cc 262 gint old_x = static_cast<gint>(old_x_double); local
265 if (gtk_drag_check_threshold(drag_widget_, old_x, old_y,
268 drag_delegate_->DragStarted(gfx::Point(old_x, old_y));
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 251 int old_x = boatx[i]; local
258 r.x = old_x;
266 updates[i].x = MIN(old_x, boatx[i]);
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 66 // normal tabs start at, and |old_x| the old x-coordinate of the tab. It is
68 void RemoveTab(int index, int start_x, int old_x);
stacked_tab_strip_layout_unittest.cc 390 int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); local
393 old_x);
stacked_tab_strip_layout.cc 173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) {
tab_strip.cc 778 int old_x = tabs_.ideal_bounds(model_index).x(); local
783 old_x);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 279 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root); local
285 if (gtk_drag_check_threshold(widget(), old_x, old_y,
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 231 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root); local
237 if (gtk_drag_check_threshold(widget(), old_x, old_y,

Completed in 292 milliseconds