Home
last modified time | relevance | path

Searched refs:CopyParamIn (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dipc_unittest.cc305 params_1.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE); in TEST()
326 params_2.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE); in TEST()
338 params_3.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE); in TEST()
357 params_4.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE); in TEST()
358 params_4.CopyParamIn(1, buffer, sizeof(buffer), false, VOIDPTR_TYPE); in TEST()
Dcrosscall_params.h223 bool CopyParamIn(uint32 index, const void* parameter_address, uint32 size, in CopyParamIn() function
Dcrosscall_client.h305 if (!params->CopyParamIn(num - 1, ch##num.GetStart(), ch##num.GetSize(), \