Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc91 base::LazyInstance<base::win::IATPatchFunction> g_iat_patch_window_from_point = variable
421 if (windowless_ && !g_iat_patch_window_from_point.Pointer()->is_patched() && in PlatformInitialize()
423 g_iat_patch_window_from_point.Pointer()->Patch( in PlatformInitialize()
448 if (g_iat_patch_window_from_point.Pointer()->is_patched()) in PlatformDestroyInstance()
449 g_iat_patch_window_from_point.Pointer()->Unpatch(); in PlatformDestroyInstance()