Searched refs:hMod (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/
H A DWebKitMain.cpp90 HMODULE hMod = ::GetModuleHandleW(L"Kernel32.dll"); local
91 if (!hMod)
96 PSETDEP procSet = reinterpret_cast<PSETDEP>(::GetProcAddress(hMod, "SetProcessDEPPolicy"));
111 HMODULE hMod = ::GetModuleHandleW(L"kernel32.dll"); local
112 if (!hMod)
116 HSI heapSetInformation = reinterpret_cast<HSI>(::GetProcAddress(hMod, "HeapSetInformation"));
/external/webkit/Tools/record-memory-win/
H A Dmain.cpp118 HMODULE hMod; // An array that receives the list of module handles. local
121 if (EnumProcessModules(hProcess, &hMod, sizeof(hMod), &cbNeeded)) {
122 GetModuleBaseName(hProcess, hMod, szProcessName,
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp219 HINSTANCE hMod = GetModuleHandleA(module); local
221 pProc = reinterpret_cast<BYTE*>(reinterpret_cast<ptrdiff_t>(GetProcAddress(hMod, proc)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 61 milliseconds