HomeSort by relevance Sort by last modified time
    Searched full:hmodule (Results 201 - 225 of 301) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/sandbox/win/src/
registry_policy_test.cc 241 HMODULE ntdll = GetModuleHandle(L"ntdll.dll");
policy_opcodes_unittest.cc 23 HMODULE ntdll = ::GetModuleHandle(kNtdllName);
service_resolver_32.cc 210 HMODULE module_1, module_2;
win_utils.cc 311 static HMODULE ntdll = ::GetModuleHandle(sandbox::kNtdllName);
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 301 HMODULE module;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 245 HMODULE mD3dCompilerModule;
Renderer9.h 216 HMODULE mD3d9Module;
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 87 HMODULE hmod = GetModuleHandleA(module);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 329 [in] HMODULE a,
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 235 HMODULE metro = base::win::GetMetroModule();
window_impl.cc 116 HMODULE instance = window_class.hInstance;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 329 [in] HMODULE a,
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 331 HMODULE handle;
  /external/chromium_org/content/common/
sandbox_win.cc 162 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) {
181 HMODULE module = check_in_browser ? ::GetModuleHandleW(module_name) : NULL;
542 HMODULE module = NULL;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp 70 HMODULE hModule = GetModuleHandle(L"usp10");
71 if (hModule) {
72 gScriptItemizeOpenTypeFunc = reinterpret_cast<ScriptItemizeOpenTypeFunc>(GetProcAddress(hModule, "ScriptItemizeOpenType"));
73 gScriptShapeOpenTypeFunc = reinterpret_cast<ScriptShapeOpenTypeFunc>(GetProcAddress(hModule, "ScriptShapeOpenType"));
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 664 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
716 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
805 if (HMODULE hModJS = LoadLibrary(_T("jsproxy.dll"))) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 666 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
718 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
807 if (HMODULE hModJS = LoadLibrary(_T("jsproxy.dll"))) {
    [all...]
  /external/chromium_org/base/win/
win_util.cc 344 HMODULE metro = base::win::GetMetroModule();
  /external/chromium_org/chrome_frame/
utils.cc 392 HMODULE mod = GetModuleHandle(NULL);
491 HMODULE h = GetModuleHandle(L"ieframe.dll");
507 HMODULE mod = ::GetModuleHandleA("ieframe.dll");
523 bool GetModuleVersion(HMODULE module, uint32* high, uint32* low) {
    [all...]
  /external/chromium_org/net/base/
net_util_win.cc 75 HMODULE module;
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 231 HMODULE module = base::GetModuleFromAddress(&DialogProc);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.cpp 238 HMODULE kernel32 = ::GetModuleHandleW(L"Kernel32.dll");
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 474 HMODULE swiftShader = GetModuleHandle(TEXT("swiftshader_d3d9.dll"));
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 82 HMODULE dbghelp_module = LoadLibrary(L"dbghelp.dll");
preamble_patcher.h 163 HMODULE module = ::GetModuleHandle(module_name);

Completed in 1481 milliseconds

1 2 3 4 5 6 7 891011>>