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

  /external/chromium_org/chrome_frame/test/
simple_resource_loader_test.cc 16 HMODULE dll_handle = NULL; local
30 &dll_handle, &data_pack,
32 if (NULL != dll_handle) {
33 FreeLibrary(dll_handle);
34 dll_handle = NULL;
49 &dll_handle, &data_pack,
51 if (NULL != dll_handle) {
52 FreeLibrary(dll_handle);
53 dll_handle = NULL;
68 &dll_handle, &data_pack
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 314 void* dll_handle; member in struct:SDL_VideoDevice::__anon26806
  /external/chromium_org/third_party/mongoose/
mongoose.c 3648 void *dll_handle; local
    [all...]

Completed in 62 milliseconds