HomeSort by relevance Sort by last modified time
    Searched full:module_handle (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/install_verification/win/
imported_module_verification.cc 33 HMODULE module_handle,
36 DCHECK(module_handle);
42 reinterpret_cast<IMAGE_DOS_HEADER*>(module_handle);
47 module_handle + dos_header->e_lfanew / sizeof(uintptr_t));
53 reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR*>(module_handle +
59 module_handle + image_descriptor->FirstThunk / sizeof(uintptr_t));
85 HMODULE module_handle = ::GetModuleHandle(kModulesToScan[i]); local
86 if (module_handle) {
87 ScanImportAddressTable(module_handle,
  /external/chromium_org/base/win/
iat_patch_function.cc 130 // module_handle Module to be intercepted
140 DWORD InterceptImportedFunction(HMODULE module_handle,
145 if ((NULL == module_handle) || (NULL == imported_from_module) ||
151 base::win::PEImage target_image(module_handle);
230 HMODULE module_handle = LoadLibraryW(module); local
232 if (module_handle == NULL) {
237 DWORD error = InterceptImportedFunction(module_handle,
246 module_handle_ = module_handle;
249 FreeLibrary(module_handle);
  /external/chromium/webkit/glue/
webcursor_win.cc 139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
145 module_handle = NULL;
147 return LoadCursor(module_handle, cursor_id);
webcursor.h 76 HCURSOR GetCursor(HINSTANCE module_handle);
  /external/chromium_org/webkit/common/cursors/
webcursor_win.cc 112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
118 module_handle = NULL;
120 return LoadCursor(module_handle, cursor_id);
webcursor.h 116 HCURSOR GetCursor(HINSTANCE module_handle);
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 188 HINSTANCE module_handle = GetModuleHandle(chrome::kBrowserResourcesDll);
189 settings_dialog = CreateDialog(module_handle,
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 180 HINSTANCE module_handle = GetModuleHandle(chrome::kBrowserResourcesDll);
181 settings_dialog = CreateDialog(module_handle,
  /external/e2fsprogs/intl/
relocatable.c 288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved)
297 if (!GetModuleFileName (module_handle, location, sizeof (location)))
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 557 static HINSTANCE module_handle = local
570 HCURSOR display_cursor = current_cursor_.GetCursor(module_handle);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 662 static HINSTANCE module_handle = GetModuleHandle( local
673 HCURSOR display_cursor = current_cursor_.GetCursor(module_handle);
    [all...]

Completed in 154 milliseconds