OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetParameterStr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
crosscall_server.h
116
bool
GetParameterStr
(uint32 index, base::string16* string);
ipc_unittest.cc
170
EXPECT_TRUE(actual_params->
GetParameterStr
(0, &copied_text));
186
EXPECT_TRUE(actual_params->
GetParameterStr
(0, &copied_text));
202
EXPECT_TRUE(actual_params->
GetParameterStr
(0, &copied_text));
203
EXPECT_TRUE(actual_params->
GetParameterStr
(1, &copied_text));
214
EXPECT_TRUE(actual_params->
GetParameterStr
(0, &copied_text_p0));
216
EXPECT_TRUE(actual_params->
GetParameterStr
(2, &copied_text_p2));
crosscall_server.cc
239
bool CrossCallParamsEx::
GetParameterStr
(uint32 index, base::string16* string) {
sharedmem_ipc_server.cc
173
if (!params->
GetParameterStr
(i, data.get())) {
Completed in 71 milliseconds