HomeSort by relevance Sort by last modified time
    Searched full:module_handle_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/base/
crypto_module_nss.cc 12 return PK11_GetTokenName(module_handle_);
20 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
21 PK11_ReferenceSlot(module_handle_);
25 PK11_FreeSlot(module_handle_);
crypto_module.h 32 OSModuleHandle os_module_handle() const { return module_handle_; }
44 OSModuleHandle module_handle_; member in class:net::CryptoModule
crypto_module_openssl.cc 21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
  /external/chromium_org/net/base/
crypto_module_nss.cc 12 return PK11_GetTokenName(module_handle_);
20 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
21 PK11_ReferenceSlot(module_handle_);
25 PK11_FreeSlot(module_handle_);
crypto_module.h 33 OSModuleHandle os_module_handle() const { return module_handle_; }
45 OSModuleHandle module_handle_; member in class:net::CryptoModule
crypto_module_openssl.cc 21 CryptoModule::CryptoModule(OSModuleHandle handle) : module_handle_(handle) {
  /external/chromium_org/base/win/
iat_patch_function.cc 209 : module_handle_(NULL),
246 module_handle_ = module_handle;
267 if (module_handle_)
268 FreeLibrary(module_handle_);
269 module_handle_ = NULL;
iat_patch_function.h 61 HMODULE module_handle_; member in class:base::win::IATPatchFunction
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 58 : module_handle_(0),
70 module_handle_); local
79 &module_handle_)) {
89 intermediate_class.hInstance = module_handle_;
138 HINSTANCE module_handle_; member in class:gfx::__anon16790::DisplayWGL

Completed in 297 milliseconds