OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destination_function_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
function_stub.h
115
uintptr_t destination_function() const { return
destination_function_
; }
117
destination_function_
= destination_function;
132
// This is the argument value that gets passed to the
destination_function_
.
139
uintptr_t
destination_function_
;
member in struct:FunctionStub
function_stub.cc
79
destination_function_
(reinterpret_cast<uintptr_t>(dest)) {
97
stub->target_addr_ = reinterpret_cast<uintptr_t>(&
destination_function_
);
Completed in 25 milliseconds