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

  /external/chromium/base/
resource_util.cc 19 HRSRC hres_info = FindResource(module, MAKEINTRESOURCE(resource_id), local
21 if (NULL == hres_info)
24 DWORD data_size = SizeofResource(module, hres_info);
25 HGLOBAL hres = LoadResource(module, hres_info);
  /external/chromium_org/base/win/
resource_util.cc 24 HRSRC hres_info = FindResource(module, MAKEINTRESOURCE(resource_id), local
26 if (NULL == hres_info)
29 DWORD data_size = SizeofResource(module, hres_info);
30 HGLOBAL hres = LoadResource(module, hres_info);

Completed in 73 milliseconds