Home
last modified time | relevance | path

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

/external/chromium_org/base/win/
Diat_patch_function.cc224 intercept_function_(NULL) { in IATPatchFunction()
228 if (NULL != intercept_function_) { in ~IATPatchFunction()
240 DCHECK_EQ(static_cast<void*>(NULL), intercept_function_); in Patch()
257 DCHECK_NE(original_function_, intercept_function_); in Patch()
259 intercept_function_ = new_function; in Patch()
268 DWORD error = RestoreImportedFunction(intercept_function_, in Unpatch()
282 intercept_function_ = NULL; in Unpatch()
Diat_patch_function.h57 return (NULL != intercept_function_); in is_patched()
65 void* intercept_function_; variable