OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_patched
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/win/
iat_patch_function.h
56
bool
is_patched
() const {
function in class:base::win::IATPatchFunction
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc
365
if (windowless_ && !g_iat_patch_track_popup_menu.Pointer()->
is_patched
()) {
378
if (windowless_ && !g_iat_patch_set_cursor.Pointer()->
is_patched
() &&
408
!g_iat_patch_reg_enum_key_ex_w.Pointer()->
is_patched
()) {
418
if (!g_iat_patch_get_proc_address.Pointer()->
is_patched
() &&
426
if (windowless_ && !g_iat_patch_window_from_point.Pointer()->
is_patched
() &&
444
if (g_iat_patch_set_cursor.Pointer()->
is_patched
())
447
if (g_iat_patch_track_popup_menu.Pointer()->
is_patched
())
450
if (g_iat_patch_reg_enum_key_ex_w.Pointer()->
is_patched
())
454
if (g_iat_patch_window_from_point.Pointer()->
is_patched
())
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
372
DCHECK(!begin_paint_.
is_patched
());
373
DCHECK(!end_paint_.
is_patched
());
383
DCHECK(begin_paint_.
is_patched
());
384
DCHECK(end_paint_.
is_patched
());
[
all
...]
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
230
if (!g_iat_patch_createdca.
is_patched
()) {
236
if (!g_iat_patch_get_font_data.
is_patched
()) {
/external/chromium_org/content/common/
sandbox_win.cc
541
!is_in_job && !g_iat_patch_duplicate_handle.
is_patched
()) {
Completed in 1589 milliseconds