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

/external/chromium_org/base/win/
H A Diat_patch_function.h57 return (NULL != intercept_function_);
65 void* intercept_function_; member in class:base::win::IATPatchFunction
H A Diat_patch_function.cc224 intercept_function_(NULL) {
228 if (NULL != intercept_function_) {
240 DCHECK_EQ(static_cast<void*>(NULL), intercept_function_); local
257 DCHECK_NE(original_function_, intercept_function_);
259 intercept_function_ = new_function;
268 DWORD error = RestoreImportedFunction(intercept_function_,
282 intercept_function_ = NULL;

Completed in 74 milliseconds