Searched defs:windowX (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Duser-config.c31 int windowX; member in struct:AUserConfig
117 uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X, DEFAULT_X);
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX);
132 uc->windowX = DEFAULT_X;
162 *pX = uconfig->windowX;
170 if (x != uconfig->windowX || y != uconfig->windowY) {
171 uconfig->windowX = x;
194 KEY_WINDOW_X, uconfig->windowX,
/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.h258 int windowX; member in class:WebKit::WebMouseEvent
269 , windowX(0)

Completed in 69 milliseconds