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

/external/chromium_org/third_party/WebKit/Source/web/android/
H A DWebInputEventFactory.cpp74 int windowX,
81 result.x = windowX;
83 result.windowX = windowX;
111 int windowX,
117 result.x = windowX;
119 result.windowX = windowX;
71 mouseEvent(MouseEventType type, WebMouseEvent::Button button, double timeStampSeconds, int windowX, int windowY, int modifiers, int clickCount) argument
109 mouseWheelEvent(MouseWheelDirectionType direction, double timeStampSeconds, int windowX, int windowY) argument
/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/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h326 int windowX; member in class:WebKit::WebMouseEvent
339 , windowX(0)

Completed in 264 milliseconds