/external/chromium_org/content/browser/renderer_host/ |
gtk_plugin_container_manager.cc | 96 int current_x, current_y; local 107 current_y = g_value_get_int(&value); 111 move.window_rect.y() != current_y) {
|
/external/chromium/chrome/browser/notifications/ |
desktop_notifications_unittest.cc | 396 int current_y = (*iter)->GetPosition().y(); local 402 EXPECT_GT(current_y, last_y); 404 EXPECT_LT(current_y, last_y); 409 last_y = current_y; 421 int current_y = (*iter)->GetPosition().y(); local 428 EXPECT_LT(current_y, last_y); 430 EXPECT_GT(current_y, last_y); 435 last_y = current_y;
|
/external/chromium_org/chrome/browser/notifications/ |
desktop_notifications_unittest.cc | 526 int current_y = (*iter)->GetPosition().y(); local 532 EXPECT_GT(current_y, last_y); 534 EXPECT_LT(current_y, last_y); 539 last_y = current_y; 551 int current_y = (*iter)->GetPosition().y(); local 558 EXPECT_LT(current_y, last_y); 560 EXPECT_GT(current_y, last_y); 565 last_y = current_y;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5events.c | 308 int current_x, current_y; local 315 SDL_GetMouseState(¤t_x, ¤t_y); 317 cursor.y = current_y; 338 (current_y == window.top) || 339 (current_y == (window.bottom - 1));
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.cc | 677 gint current_y = 0; local 678 gdk_window_get_position(gdk_window, ¤t_x, ¤t_y); 684 int top_inset = current_y - rect_with_decorations.y;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |