Searched refs:BypassStub (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dfunction_stub.h44 // When unhooking, you can just call the BypassStub() function and leave the
75 void BypassStub(void* new_target);
H A Dfunction_stub.cc105 void FunctionStub::BypassStub(void* new_target) { function in class:FunctionStub
H A Dvtable_patch_manager.cc162 it->stub_->BypassStub(reinterpret_cast<void*>(it->stub_->argument()));
H A Dfunction_stub_unittest.cc168 stub_->BypassStub(Foo);

Completed in 559 milliseconds