HomeSort by relevance Sort by last modified time
    Searched defs:hmodule (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome_frame/
dll_redirector.cc 43 if (first_module_handle_ != reinterpret_cast<HMODULE>(&__ImageBase)) {
228 HMODULE first_module_handle = GetFirstModule();
256 HMODULE DllRedirector::GetFirstModule() {
264 if (first_module_handle_ == reinterpret_cast<HMODULE>(&__ImageBase)) {
272 HMODULE DllRedirector::LoadVersionedModule(Version* version) {
275 HMODULE hmodule = NULL; local
277 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase);
292 hmodule = LoadLibrary(module_path.value().c_str())
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 156 // "The load address of a module (lpBaseOfDll) is the same as the HMODULE
158 HMODULE hmodule() const { function in class:__anon16277::LibcInfo
159 return reinterpret_cast<HMODULE>(const_cast<void*>(module_base_address_));
294 LPVOID modBaseAddr; // the same as hmodule
313 reinterpret_cast<const HMODULE>(mi.lpBaseOfDll),
370 static HMODULE WINAPI Perftools_LoadLibraryExW(LPCWSTR lpFileName,
373 static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
583 HMODULE hkernel32 = ::GetModuleHandleA("kernel32");
666 static std::set<HMODULE> *g_last_loaded
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 156 // "The load address of a module (lpBaseOfDll) is the same as the HMODULE
158 HMODULE hmodule() const { function in class:__anon16326::LibcInfo
159 return reinterpret_cast<HMODULE>(const_cast<void*>(module_base_address_));
294 LPVOID modBaseAddr; // the same as hmodule
313 reinterpret_cast<const HMODULE>(mi.lpBaseOfDll),
370 static HMODULE WINAPI Perftools_LoadLibraryExW(LPCWSTR lpFileName,
373 static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
583 HMODULE hkernel32 = ::GetModuleHandleA("kernel32");
666 static std::set<HMODULE> *g_last_loaded
    [all...]
  /external/chromium_org/third_party/libxml/src/
catalog.c 3124 void* hmodule; local
    [all...]
  /external/libxml2/
catalog.c 3121 void* hmodule; local
    [all...]

Completed in 1594 milliseconds