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

  /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/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 663 static HINSTANCE module_handle = GetModuleHandle( local
674 HCURSOR display_cursor = current_cursor_.GetCursor(module_handle);
    [all...]

Completed in 2721 milliseconds