OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbSize
(Results
1 - 25
of
50
) sorted by null
1
2
/external/webkit/WebCore/platform/win/
SystemTimeWin.cpp
42
lastInputInfo.
cbSize
= sizeof(LASTINPUTINFO);
ContextMenuWin.cpp
91
info->
cbSize
= sizeof(MENUITEMINFO);
137
menuInfo.
cbSize
= sizeof(MENUINFO);
PlatformScreenWin.cpp
47
monitorInfo.
cbSize
= sizeof(MONITORINFOEX);
ContextMenuItemWin.cpp
48
m_platformDescription->
cbSize
= sizeof(MENUITEMINFO);
64
m_platformDescription->
cbSize
= sizeof(MENUITEMINFO);
SharedTimerWin.cpp
126
wcex.
cbSize
= sizeof(WNDCLASSEX);
/external/sonivox/arm-wt-22k/lib_src/
dls.h
158
ULONG
cbSize
; /* size of the connection list structure */
233
ULONG
cbSize
; /* size of the pool table structure */
246
ULONG
cbSize
;
262
ULONG
cbSize
;
/external/webkit/WebKit/win/
WindowsTouch.h
76
UINT
cbSize
; // size, in bytes, of this structure (including variable length Args field)
103
UINT
cbSize
; // size, in bytes, of this structure
WebHTMLRepresentation.cpp
288
if (stat.
cbSize
.HighPart || !stat.
cbSize
.LowPart)
291
Vector<char> dataBuffer(stat.
cbSize
.LowPart);
MemoryStream.cpp
249
pstatstg->
cbSize
.LowPart = (DWORD) m_buffer->size();
FullscreenVideoController.cpp
330
wcex.
cbSize
= sizeof(WNDCLASSEX);
433
metrics.
cbSize
= sizeof(metrics);
434
SystemParametersInfo(SPI_GETNONCLIENTMETRICS, metrics.
cbSize
, &metrics, 0);
/external/webkit/JavaScriptCore/wtf/win/
MainThreadWin.cpp
66
wcex.
cbSize
= sizeof(WNDCLASSEX);
/external/chromium/base/
win_util_unittest.cc
31
EXPECT_TRUE(metrics.
cbSize
> 0);
/external/webkit/WebKit/chromium/src/win/
WebScreenInfoFactory.cpp
55
monitorInfo.
cbSize
= sizeof(MONITORINFOEX);
/external/webkit/WebKitTools/WebKitAPITest/
HostWindow.cpp
68
wndClass.
cbSize
= sizeof(wndClass);
TestsController.cpp
127
wndClass.
cbSize
= sizeof(wndClass);
/development/host/windows/usb/api/
adb_helper_routines.cpp
94
interface_data.
cbSize
= sizeof(SP_DEVICE_INTERFACE_DATA);
207
buffer->
cbSize
= sizeof(SP_DEVICE_INTERFACE_DETAIL_DATA);
/external/chromium/net/base/
x509_certificate_win.cc
149
decode_para.
cbSize
= sizeof(decode_para);
171
decode_para.
cbSize
= sizeof(decode_para);
308
chain_para.
cbSize
= sizeof(chain_para);
343
decode_para.
cbSize
= sizeof(decode_para);
536
chain_para.
cbSize
= sizeof(chain_para);
587
extra_policy_para.
cbSize
= sizeof(extra_policy_para);
595
policy_para.
cbSize
= sizeof(policy_para);
601
policy_status.
cbSize
= sizeof(policy_status);
/external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp
69
wcex.
cbSize
= sizeof(WNDCLASSEX);
/external/icu4c/samples/layout/
clayout.c
62
si.
cbSize
= sizeof si;
175
si.
cbSize
= sizeof si;
238
si.
cbSize
= sizeof si;
layout.cpp
61
si.
cbSize
= sizeof si;
173
si.
cbSize
= sizeof si;
236
si.
cbSize
= sizeof si;
/external/chromium/base/crypto/
signature_verifier_win.cc
54
decode_para.
cbSize
= sizeof(decode_para);
/external/openssl/apps/
winrand.c
85
wndclass.
cbSize
= sizeof(wndclass);
/external/openssl/crypto/rand/
rand_win.c
150
DWORD
cbSize
;
419
ci.
cbSize
= sizeof(CURSORINFO);
421
RAND_add(&ci, ci.
cbSize
, 2);
/external/quake/quake/src/QW/client/
snd_win.c
206
format.
cbSize
= 0;
442
format.
cbSize
= 0;
/external/quake/quake/src/WinQuake/
snd_win.cpp
208
format.
cbSize
= 0;
444
format.
cbSize
= 0;
Completed in 3528 milliseconds
1
2