HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceFunctionPointer (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/
vtable_patch_manager.h 25 bool ReplaceFunctionPointer(void** entry, void* new_proc, void* curr_proc);
vtable_patch_manager_unittest.cc 118 using vtable_patch::internal::ReplaceFunctionPointer;
120 EXPECT_FALSE(ReplaceFunctionPointer(NULL, kFunctionBar, kFunctionFoo));
125 EXPECT_FALSE(ReplaceFunctionPointer(&foo_entry, kFunctionBar, kFunctionFoo));
129 EXPECT_TRUE(ReplaceFunctionPointer(&foo_entry,
vtable_patch_manager.cc 35 bool ReplaceFunctionPointer(void** entry, void* new_proc, void* curr_proc) {
128 succeeded = internal::ReplaceFunctionPointer(
buggy_bho_handling.cc 223 if (!vtable_patch::internal::ReplaceFunctionPointer(

Completed in 270 milliseconds