/external/webkit/Source/WebCore/platform/win/ |
H A D | SystemTimeWin.cpp | 38 lastInputInfo.cbSize = sizeof(LASTINPUTINFO);
|
H A D | WindowsTouch.h | 76 UINT cbSize; // size, in bytes, of this structure (including variable length Args field) member in struct:tagGESTUREINFO 103 UINT cbSize; // size, in bytes, of this structure member in struct:tagGESTURENOTIFYSTRUCT
|
H A D | ContextMenuItemWin.cpp | 81 info.cbSize = sizeof(MENUITEMINFO);
|
H A D | PlatformScreenWin.cpp | 47 monitorInfo.cbSize = sizeof(MONITORINFOEX);
|
/external/chromium/base/win/ |
H A D | win_util_unittest.cc | 52 EXPECT_TRUE(metrics.cbSize > 0);
|
/external/sonivox/arm-wt-22k/lib_src/ |
H A D | dls.h | 158 ULONG cbSize; /* size of the connection list structure */ member in struct:_CONNECTIONLIST 233 ULONG cbSize; /* size of the pool table structure */ member in struct:_POOLTABLE 246 ULONG cbSize; member in struct:_rwsmp 262 ULONG cbSize; member in struct:_rloop
|
/external/chromium/chrome/browser/ |
H A D | idle_win.cc | 18 last_input_info.cbSize = sizeof(LASTINPUTINFO);
|
/external/webkit/Source/JavaScriptCore/wtf/win/ |
H A D | MainThreadWin.cpp | 66 wcex.cbSize = sizeof(WNDCLASSEX);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
H A D | WebLayer.cpp | 120 metrics.cbSize = sizeof(metrics); 121 SystemParametersInfo(SPI_GETNONCLIENTMETRICS, metrics.cbSize, &metrics, 0);
|
H A D | MediaPlayerPrivateFullscreenWindow.cpp | 68 wcex.cbSize = sizeof(WNDCLASSEX); 79 mi.cbSize = sizeof(MONITORINFO);
|
H A D | QTMovieWinTimer.cpp | 69 wcex.cbSize = sizeof(WNDCLASSEX);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
H A D | render_view_context_menu_views.cc | 57 mi.cbSize = sizeof(mi);
|
/external/qemu/audio/ |
H A D | audio_win_int.c | 24 wfx->cbSize = 0;
|
/external/webkit/Source/WebKit/chromium/src/win/ |
H A D | WebScreenInfoFactory.cpp | 55 monitorInfo.cbSize = sizeof(MONITORINFOEX);
|
/external/webkit/Tools/WebKitAPITest/ |
H A D | HostWindow.cpp | 69 wndClass.cbSize = sizeof(wndClass);
|
H A D | TestsController.cpp | 128 wndClass.cbSize = sizeof(wndClass);
|
/external/webkit/Tools/WebKitTestRunner/win/ |
H A D | PlatformWebViewWin.cpp | 41 wndClass.cbSize = sizeof(wndClass);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
H A D | TestShellWin.cpp | 191 metrics.cbSize = isVistaOrLater ? (sizeof NONCLIENTMETRICS) : NONCLIENTMETRICS_SIZE_PRE_VISTA; 192 const bool success = !!::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, metrics.cbSize, &metrics, 0);
|
/external/webkit/Source/WebKit/win/ |
H A D | WebHTMLRepresentation.cpp | 288 if (stat.cbSize.HighPart || !stat.cbSize.LowPart) 291 Vector<char> dataBuffer(stat.cbSize.LowPart);
|
/external/webkit/Tools/MiniBrowser/win/ |
H A D | BrowserWindow.cpp | 109 windowClass.cbSize = sizeof(windowClass); 148 rebarInfo.cbSize = sizeof(rebarInfo); 158 bandInfo.cbSize = sizeof(bandInfo);
|
/external/icu4c/samples/layout/ |
H A D | clayout.c | 62 si.cbSize = sizeof si; 175 si.cbSize = sizeof si; 238 si.cbSize = sizeof si;
|
H A D | layout.cpp | 61 si.cbSize = sizeof si; 173 si.cbSize = sizeof si; 236 si.cbSize = sizeof si;
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
H A D | status_icon_win.cc | 124 icon_data->cbSize = sizeof(NOTIFYICONDATA);
|
H A D | status_tray_win.cc | 19 wc.cbSize = sizeof(wc);
|
/external/chromium/chrome/browser/ui/ |
H A D | window_sizer_win.cc | 70 monitor_info.cbSize = sizeof(monitor_info);
|