HomeSort by relevance Sort by last modified time
    Searched defs:hMod (Results 1 - 5 of 5) 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"));
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 42 uint32_t wMod, hMod; // Width/height mod this value must equal zero
  /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,
  /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)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 876 milliseconds