OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hMod
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp
90
HMODULE
hMod
= ::GetModuleHandleW(L"Kernel32.dll");
91
if (!
hMod
)
96
PSETDEP procSet = reinterpret_cast<PSETDEP>(::GetProcAddress(
hMod
, "SetProcessDEPPolicy"));
111
HMODULE
hMod
= ::GetModuleHandleW(L"kernel32.dll");
112
if (!
hMod
)
116
HSI heapSetInformation = reinterpret_cast<HSI>(::GetProcAddress(
hMod
, "HeapSetInformation"));
/external/webkit/Tools/record-memory-win/
main.cpp
118
HMODULE
hMod
; // An array that receives the list of module handles.
121
if (EnumProcessModules(hProcess, &
hMod
, sizeof(
hMod
), &cbNeeded)) {
122
GetModuleBaseName(hProcess,
hMod
, szProcessName,
/frameworks/base/opengl/tests/hwc/
hwcStress.cpp
573
// mod the wMod/
hMod
value must be equal to 0.
581
if ((h % formatPtr->
hMod
) != 0) {
582
h += formatPtr->
hMod
- (h % formatPtr->
hMod
);
hwcTestLib.h
43
uint32_t wMod,
hMod
; // Width/height mod this value must equal zero
hwcCommit.cpp
[
all
...]
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
219
HINSTANCE
hMod
= GetModuleHandleA(module);
221
pProc = reinterpret_cast<BYTE*>(reinterpret_cast<ptrdiff_t>(GetProcAddress(
hMod
, proc)));
Completed in 61 milliseconds