Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc84 base::LazyInstance<base::win::IATPatchFunction> g_iat_patch_reg_enum_key_ex_w = variable
408 !g_iat_patch_reg_enum_key_ex_w.Pointer()->is_patched()) { in PlatformInitialize()
409 g_iat_patch_reg_enum_key_ex_w.Pointer()->Patch( in PlatformInitialize()
450 if (g_iat_patch_reg_enum_key_ex_w.Pointer()->is_patched()) in PlatformDestroyInstance()
451 g_iat_patch_reg_enum_key_ex_w.Pointer()->Unpatch(); in PlatformDestroyInstance()