OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BypassStub
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome_frame/
function_stub.h
44
// When unhooking, you can just call the
BypassStub
() function and leave the
75
void
BypassStub
(void* new_target);
function_stub.cc
105
void FunctionStub::
BypassStub
(void* new_target) {
vtable_patch_manager.cc
162
it->stub_->
BypassStub
(reinterpret_cast<void*>(it->stub_->argument()));
function_stub_unittest.cc
168
stub_->
BypassStub
(Foo);
Completed in 60 milliseconds