Searched defs:windowY (Results 1 - 3 of 3) 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/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/public/
H A DWebInputEvent.h259 int windowY; member in class:WebKit::WebMouseEvent
270 , windowY(0)

Completed in 73 milliseconds