HomeSort by relevance Sort by last modified time
    Searched refs:HMODULE (Results 201 - 225 of 288) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/gfx/win/
window_impl.cc 116 HMODULE instance = window_class.hInstance;
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 331 HMODULE handle;
  /external/chromium_org/third_party/icu/source/common/
putil.c     [all...]
  /external/icu4c/common/
putil.cpp     [all...]
  /external/chromium/base/
process_util_win.cc 818 HMODULE kernel32 = GetModuleHandle(L"kernel32.dll");
881 HMODULE psapi_dll = ::GetModuleHandle(kPsapiDllName);
  /external/chromium/chrome/common/
sandbox_policy.cc 176 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) {
194 HMODULE module = ::GetModuleHandleW(module_name);
  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 22 #define GET_PROC_ADDRESS(hmodule, name) \
23 ( (Type_##name)(::GetProcAddress(hmodule, #name)) )
445 HMODULE hkernel32 = ::GetModuleHandle(L"kernel32");
448 HMODULE hntdll = ::GetModuleHandle(L"ntdll");
call_stack.cc 82 HMODULE dbghelp_module = LoadLibrary(L"dbghelp.dll");
  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 411 HMODULE module = GetModuleHandle(NULL);
420 HMODULE module = GetModuleHandle(NULL);
  /external/opencv/cxcore/src/
cxswitcher.cpp 321 typedef void* HMODULE;
341 HMODULE handle;
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 31 HMODULE kernel32 = GetModuleHandleA("kernel32.dll");
  /external/chromium_org/base/win/
win_util.cc 344 HMODULE metro = base::win::GetMetroModule();
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 388 static FARPROC WINAPI GetProcAddressPatch(HMODULE module, LPCSTR name);
  /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/sandbox/win/src/
service_resolver_32.cc 210 HMODULE module_1, module_2;
win_utils.cc 311 static HMODULE ntdll = ::GetModuleHandle(sandbox::kNtdllName);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.cpp 238 HMODULE kernel32 = ::GetModuleHandleW(L"Kernel32.dll");
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c     [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 350 HMODULE theme_dll_;
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 213 typedef HMODULE lib_t;
  /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...]
logging.cc 158 HMODULE hmod = GetModuleHandleA(module);
  /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/chrome/installer/setup/
setup_util.cc 224 HMODULE kernel32 = ::GetModuleHandle(L"kernel32.dll");

Completed in 802 milliseconds

1 2 3 4 5 6 7 891011>>