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

  /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 221 : module_handle_(NULL),
258 module_handle_ = module_handle;
279 if (module_handle_)
280 FreeLibrary(module_handle_);
281 module_handle_ = NULL;
iat_patch_function.h 64 HMODULE module_handle_; member in class:base::win::IATPatchFunction
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 59 : module_handle_(0),
71 module_handle_); local
80 &module_handle_)) {
90 intermediate_class.hInstance = module_handle_;
139 HINSTANCE module_handle_; member in class:gfx::__anon20794::DisplayWGL

Completed in 79 milliseconds