Home
last modified time | relevance | path

Searched refs:systemInfo (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DSystemInfo.cpp152 SYSTEM_INFO systemInfo; in processorArchitecture() local
153 ZeroMemory(&systemInfo, sizeof(systemInfo)); in processorArchitecture()
154 getNativeSystemInfo(&systemInfo); in processorArchitecture()
155 architecture = systemInfo.wProcessorArchitecture; in processorArchitecture()
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp208 SYSTEM_INFO systemInfo; in systemPageSize() local
209 ::GetSystemInfo(&systemInfo); in systemPageSize()
210 pageSize = systemInfo.dwPageSize; in systemPageSize()
/external/webkit/Source/JavaScriptCore/wtf/
DStackBounds.cpp237 SYSTEM_INFO systemInfo; in initialize() local
238 GetSystemInfo(&systemInfo); in initialize()
239 DWORD pageSize = systemInfo.dwPageSize; in initialize()