HomeSort by relevance Sort by last modified time
    Searched full:intercept_function_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/win/
iat_patch_function.cc 212 intercept_function_(NULL) {
216 if (NULL != intercept_function_) {
228 DCHECK_EQ(static_cast<void*>(NULL), intercept_function_); local
245 DCHECK_NE(original_function_, intercept_function_);
247 intercept_function_ = new_function;
256 DWORD error = RestoreImportedFunction(intercept_function_,
270 intercept_function_ = NULL;
iat_patch_function.h 57 return (NULL != intercept_function_);
62 void* intercept_function_; member in class:base::win::IATPatchFunction

Completed in 174 milliseconds