Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_font_warmup_win.cc100 static bool is_patched = false; in PatchServiceManagerCalls() local
101 if (is_patched) in PatchServiceManagerCalls()
107 is_patched = true; in PatchServiceManagerCalls()
/external/chromium_org/base/win/
Diat_patch_function.h56 bool is_patched() const { in is_patched() function
Diat_patch_function.cc290 DCHECK(is_patched()); in original_function()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc361 if (windowless_ && !g_iat_patch_track_popup_menu.Pointer()->is_patched()) { in PlatformInitialize()
374 if (windowless_ && !g_iat_patch_set_cursor.Pointer()->is_patched() && in PlatformInitialize()
404 !g_iat_patch_reg_enum_key_ex_w.Pointer()->is_patched()) { in PlatformInitialize()
414 if (!g_iat_patch_get_proc_address.Pointer()->is_patched() && in PlatformInitialize()
421 if (windowless_ && !g_iat_patch_window_from_point.Pointer()->is_patched() && in PlatformInitialize()
439 if (g_iat_patch_set_cursor.Pointer()->is_patched()) in PlatformDestroyInstance()
442 if (g_iat_patch_track_popup_menu.Pointer()->is_patched()) in PlatformDestroyInstance()
445 if (g_iat_patch_reg_enum_key_ex_w.Pointer()->is_patched()) in PlatformDestroyInstance()
448 if (g_iat_patch_window_from_point.Pointer()->is_patched()) in PlatformDestroyInstance()
/external/chromium_org/chrome/utility/
Dprinting_handler.cc184 if (!g_iat_patch_createdca.is_patched()) { in PlatformInit()
190 if (!g_iat_patch_get_font_data.is_patched()) { in PlatformInit()
/external/chromium_org/content/common/
Dsandbox_win.cc549 !is_in_job && !g_iat_patch_duplicate_handle.is_patched()) { in InitBrokerServices()