Searched refs:windowY (Results 1 - 8 of 8) sorted by relevance

/external/qemu/android/
H A Duser-config.c32 int windowY; member in struct:AUserConfig
120 uc->windowY = iniFile_getInteger(ini, KEY_WINDOW_Y, DEFAULT_Y);
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY);
133 uc->windowY = DEFAULT_Y;
163 *pY = uconfig->windowY;
170 if (x != uconfig->windowX || y != uconfig->windowY) {
172 uconfig->windowY = y;
195 KEY_WINDOW_Y, uconfig->windowY,
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h259 int windowY; member in class:WebKit::WebMouseEvent
270 , windowY(0)
/external/webkit/Source/WebCore/dom/
H A DMouseRelatedEvent.cpp78 int detail, int screenX, int screenY, int windowX, int windowY,
96 adjustedPageLocation = frameView->windowToContents(IntPoint(windowX, windowY));
77 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> abstractView, int detail, int screenX, int screenY, int windowX, int windowY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebInputEventFactory.cpp416 result.windowY = result.y;
471 result.windowY = result.y;
506 result.windowY = result.y;
550 result.windowY = result.y;
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp293 windowY = p.y();
312 windowY = p.y();
/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp245 result.windowY = result.y;
409 result.windowY = result.y;
/external/webkit/Source/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm533 result->windowY = result->y;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc141 wmevent->windowY = wmevent->y = event.y();

Completed in 73 milliseconds