Searched refs:hmodule (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome_frame/
H A Ddll_redirector.cc275 HMODULE hmodule = NULL; local
292 hmodule = LoadLibrary(module_path.value().c_str());
293 if (hmodule == NULL) {
300 return hmodule;
/external/chromium_org/tools/memory_watcher/
H A Dmemory_hook.cc22 #define GET_PROC_ADDRESS(hmodule, name) \
23 ( (Type_##name)(::GetProcAddress(hmodule, #name)) )
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c3124 void* hmodule; local
3125 hmodule = GetModuleHandleA("libxml2.dll");
3126 if (hmodule == NULL)
3127 hmodule = GetModuleHandleA(NULL);
3128 if (hmodule != NULL) {
3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/external/libxml2/
H A Dcatalog.c3121 void* hmodule; local
3122 hmodule = GetModuleHandleA("libxml2.dll");
3123 if (hmodule == NULL)
3124 hmodule = GetModuleHandleA(NULL);
3125 if (hmodule != NULL) {
3127 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc158 HMODULE hmodule() const { function in class:__anon14745::LibcInfo
294 LPVOID modBaseAddr; // the same as hmodule
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc158 HMODULE hmodule() const { function in class:__anon14794::LibcInfo
294 LPVOID modBaseAddr; // the same as hmodule
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {

Completed in 154 milliseconds