/external/webkit/WebCore/platform/ |
DragData.h | 50 #elif PLATFORM(WIN)
|
LocalizedStrings.h | 134 #if PLATFORM(WIN)
|
/external/webkit/WebCore/platform/cf/ |
KURLCFNet.cpp | 87 #if PLATFORM(WIN)
|
/external/webkit/WebCore/platform/graphics/haiku/ |
SimpleFontDataHaiku.cpp | 57 m_xHeight = height.ascent * 0.56f; // Hack taken from the win port.
|
/external/webkit/WebCore/platform/graphics/mac/ |
ColorMac.mm | 126 // creation could be investigated for a possible performance win.
|
/external/webkit/WebCore/platform/graphics/wx/ |
SimpleFontDataWx.cpp | 131 // AFAICT this is never called even by the Win port anymore.
|
/external/webkit/WebCore/platform/network/cf/ |
SocketStreamHandle.h | 79 #if PLATFORM(WIN)
|
/external/webkit/WebCore/platform/qt/ |
TemporaryLinkStubs.cpp | 109 // defined in win/SystemTimeWin.cpp, which is compiled for the Qt/Windows port
|
/external/webkit/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromium.cpp | 44 // platform-specific files SQLiteFileSystemChromium{Win|Posix}.cpp
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumLinux.cpp | 131 // These sizes match the sizes in Chromium Win.
|
/external/webkit/WebKit/chromium/src/ |
WebInputEvent.cpp | 59 return "Win";
|
/external/webkit/WebKit/mac/Configurations/ |
FeatureDefines.xcconfig | 30 // and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
|
/external/webkit/WebKit/wx/ |
wscript | 71 if sys.platform.startswith('win'):
|
/external/webkit/WebKitTools/DumpRenderTree/ |
AccessibilityUIElement.h | 39 #elif PLATFORM(WIN)
|
/external/webkit/WebKitTools/DumpRenderTree/cairo/ |
PixelDumpSupportCairo.cpp | 42 #if PLATFORM(WIN)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
predict.def | 28 first in this file will win.
|
/external/webkit/WebCore/ |
config.h | 231 #if PLATFORM(WIN) 326 #if PLATFORM(WIN) && PLATFORM(CG)
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
buildbot_unittest.py | 133 { 'name': u'Chromium Win Release', }, 145 { 'name': u'Chromium Win Release', },
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 40 if sys.platform.startswith('win'): 128 if sys.platform.startswith('win'):
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 17 href="{@docRoot}sdk/win-usb.html">USB Driver for Windows</a></li> 75 for adb. See the <a href="{@docRoot}sdk/win-usb.html">Windows USB
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_tns.cpp | 341 Int win; local 413 win = 0; 424 pTnsFrameInfo->n_filt[win] = tempInt; 451 for (f = pTnsFrameInfo->n_filt[win]; f > 0; f--) 566 win++; 569 while (win < pFrameInfo->num_win);
|
/external/openssl/crypto/rand/ |
rand_win.c | 391 GETFOREGROUNDWINDOW win; local 394 win = (GETFOREGROUNDWINDOW) GetProcAddress(user, "GetForegroundWindow"); 398 if (win) 401 HWND h = win(); 437 * (Win 9x and 2000 only, not available on NT) 504 following discussion on dev ML, exception on WinCE (or other Win
|
/external/webkit/WebCore/plugins/gtk/ |
gtk2xtbin.c | 839 Window win = XtWindow(w); local 844 if(event->xcreatewindow.parent == win) { 854 if(event->xreparent.parent == win) { 860 else if(event->xreparent.window == win) { 917 Window win = XtWindow(treeroot); local 927 if(!XQueryTree(dpy, win, &root, &parent, &children, &nchildren)) {
|
/frameworks/base/awt/java/awt/ |
Dispatcher.java | 348 NativeWindow win = grabWindow.getNativeWindow(); 349 if (win == null) { 356 win.grabMouse(); 373 NativeWindow win = grabWindow.getNativeWindow(); 375 if (win != null) { 376 win.ungrabMouse();
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 349 Window win = null; local 350 win = r.window; 362 return win; 379 Window win = null; local 381 win = performDestroy(r, finish); 386 return win;
|