Home
last modified time | relevance | path

Searched defs:FunctionStub (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
Dfunction_stub.h72 struct FunctionStub { struct
95 static FunctionStub* Create(uintptr_t extra_argument, void* dest); argument
122 FunctionStub(uintptr_t extra_argument, void* dest); argument
127 FunctionStubAsm stub_; argument
130 HMODULE signature_;
133 uintptr_t argument_;
136 uintptr_t bypass_address_;
139 uintptr_t destination_function_;
Dfunction_stub.cc76 FunctionStub::FunctionStub(uintptr_t extra_argument, void* dest) in FunctionStub() function in FunctionStub