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

  /external/chromium/webkit/glue/
webcursor.h 76 HCURSOR GetCursor(HINSTANCE module_handle);
webcursor_win.cc 139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
145 module_handle = NULL;
147 return LoadCursor(module_handle, cursor_id);
  /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/ui/views/
about_ipc_dialog.cc 188 HINSTANCE module_handle = GetModuleHandle(chrome::kBrowserResourcesDll);
189 settings_dialog = CreateDialog(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...]

Completed in 1274 milliseconds