OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowX
(Results
1 - 9
of
9
) sorted by null
/external/qemu/android/
user-config.c
31
int
windowX
;
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/WebKit/chromium/public/
WebInputEvent.h
258
int
windowX
;
269
,
windowX
(0)
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c
212
int
windowX
, windowY;
240
windowX
= windowY = 0;
243
windowX
= CW_USEDEFAULT;
247
windowX
, windowY,
/external/webkit/Source/WebCore/dom/
MouseRelatedEvent.cpp
78
int detail, int screenX, int screenY, int
windowX
, int windowY,
96
adjustedPageLocation = frameView->windowToContents(IntPoint(
windowX
, windowY));
/external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp
415
result.
windowX
= result.x;
470
result.
windowX
= result.x;
505
result.
windowX
= result.x;
549
result.
windowX
= result.x;
/external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp
292
windowX
= p.x();
311
windowX
= p.x();
/external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp
244
result.
windowX
= result.x;
408
result.
windowX
= result.x;
/external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm
532
result->
windowX
= result->x;
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
140
wmevent->
windowX
= wmevent->x = event.x();
Completed in 2520 milliseconds