OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_argument
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
resolver_32.cc
41
extra_argument
= 0;
48
ULONG
extra_argument
;
member in struct:__anon10322::InternalThunk
71
thunk->
extra_argument
= reinterpret_cast<ULONG>(original_function);
/external/chromium_org/chrome_frame/
function_stub.cc
76
FunctionStub::FunctionStub(uintptr_t
extra_argument
, void* dest)
78
argument_(
extra_argument
),
109
FunctionStub* FunctionStub::Create(uintptr_t
extra_argument
, void* dest) {
115
new (stub) FunctionStub(
extra_argument
, dest);
function_stub.h
91
// @param
extra_argument
The static argument to pass to the function.
95
static FunctionStub* Create(uintptr_t
extra_argument
, void* dest);
122
FunctionStub(uintptr_t
extra_argument
, void* dest);
/external/chromium_org/third_party/sqlite/src/src/
parse.y
28
%
extra_argument
{Parse *pParse}
[
all
...]
Completed in 96 milliseconds