OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemInfo
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/win/
SystemInfo.cpp
27
#include "
SystemInfo
.h"
152
SYSTEM_INFO
systemInfo
;
153
ZeroMemory(&
systemInfo
, sizeof(
systemInfo
));
154
getNativeSystemInfo(&
systemInfo
);
155
architecture =
systemInfo
.wProcessorArchitecture;
/external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp
208
SYSTEM_INFO
systemInfo
;
209
::GetSystemInfo(&
systemInfo
);
210
pageSize =
systemInfo
.dwPageSize;
/external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp
237
SYSTEM_INFO
systemInfo
;
238
GetSystemInfo(&
systemInfo
);
239
DWORD pageSize =
systemInfo
.dwPageSize;
Completed in 177 milliseconds