Searched refs:windowY (Results 1 - 8 of 8) sorted by relevance
/external/qemu/android/ |
H A D | user-config.c | 32 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 D | WebInputEvent.h | 259 int windowY; member in class:WebKit::WebMouseEvent 270 , windowY(0)
|
/external/webkit/Source/WebCore/dom/ |
H A D | MouseRelatedEvent.cpp | 78 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 D | WebInputEventFactory.cpp | 416 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 D | WebInputEventConversion.cpp | 293 windowY = p.y(); 312 windowY = p.y();
|
/external/webkit/Source/WebKit/chromium/src/win/ |
H A D | WebInputEventFactory.cpp | 245 result.windowY = result.y; 409 result.windowY = result.y;
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
H A D | WebInputEventFactory.mm | 533 result->windowY = result->y;
|
/external/chromium/chrome/browser/renderer_host/ |
H A D | render_widget_host_view_views.cc | 141 wmevent->windowY = wmevent->y = event.y();
|
Completed in 742 milliseconds