Home
last modified time | relevance | path

Searched refs:module_handle_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/base/
Dcrypto_module_nss.cc12 return PK11_GetTokenName(module_handle_); in GetTokenName()
20 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) { in CryptoModule()
21 PK11_ReferenceSlot(module_handle_); in CryptoModule()
25 PK11_FreeSlot(module_handle_); in ~CryptoModule()
Dcrypto_module.h33 OSModuleHandle os_module_handle() const { return module_handle_; } in os_module_handle()
45 OSModuleHandle module_handle_; variable
Dcrypto_module_openssl.cc21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) { in CryptoModule()
/external/chromium_org/base/win/
Diat_patch_function.cc221 : module_handle_(NULL), in IATPatchFunction()
258 module_handle_ = module_handle; in Patch()
279 if (module_handle_) in Unpatch()
280 FreeLibrary(module_handle_); in Unpatch()
281 module_handle_ = NULL; in Unpatch()
Diat_patch_function.h64 HMODULE module_handle_;
/external/chromium_org/ui/gl/
Dgl_surface_wgl.cc59 : module_handle_(0), in DisplayWGL()
71 module_handle_); in ~DisplayWGL()
80 &module_handle_)) { in Init()
90 intermediate_class.hInstance = module_handle_; in Init()
139 HINSTANCE module_handle_; member in gfx::__anon328a37290111::DisplayWGL