Searched defs:window_y (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_android.cc58 int window_y,
66 result.y = window_y;
68 result.windowY = window_y;
84 int window_y) {
89 result.y = window_y;
91 result.windowY = window_y;
54 Build(blink::WebInputEvent::Type type, WebMouseEvent::Button button, double time_sec, int window_x, int window_y, int modifiers, int click_count) argument
81 Build(Direction direction, double time_sec, int window_x, int window_y) argument
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.cc31 int window_y,
36 result.y = window_y;
38 result.windowY = window_y;
28 Build( blink::WebInputEvent::Type type, int window_x, int window_y, int modifiers) argument
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc256 double window_x, window_y; local
258 &window_x, &window_y, NPCoordinateSpaceWindow); local
290 else if (flipped_window_y != kWindowHeight - window_y)
304 error_string.append(StringForPoint(window_x, window_y));
/external/qemu/android/skin/
H A Dwindow.c1341 int window_y = window->y_pos; local
1355 window_y = r.y;
1373 sprintf(temp, "%d,%d", window_x, window_y);
1388 SDL_WM_SetPos( window_x, window_y );
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc2114 int window_y = screen_loc_pixels.y(); local
2116 POINT pt = { window_x, window_y };
2119 window_y = pt.y;
2123 LPARAM window_coords = MAKELPARAM(window_x, window_y);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 130 milliseconds