OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCommandLineArgs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/cpp/private/
flash.cc
195
Var Flash::
GetCommandLineArgs
(Module* module) {
198
return Var(PASS_REF, get_interface<PPB_Flash_13_0>()->
GetCommandLineArgs
(
201
if (flash_12_combined_interface.
GetCommandLineArgs
) {
204
flash_12_combined_interface.
GetCommandLineArgs
(module->pp_module()));
/external/chromium_org/ppapi/thunk/
ppb_flash_thunk.cc
95
PP_Var
GetCommandLineArgs
(PP_Module /* pp_module */) {
172
&
GetCommandLineArgs
,
190
&
GetCommandLineArgs
,
209
&
GetCommandLineArgs
,
227
&
GetCommandLineArgs
,
/external/chromium_org/ppapi/c/private/
ppb_flash.h
187
struct PP_Var (*
GetCommandLineArgs
)(PP_Module module);
261
struct PP_Var (*
GetCommandLineArgs
)(PP_Module module);
292
struct PP_Var (*
GetCommandLineArgs
)(PP_Module module);
326
struct PP_Var (*
GetCommandLineArgs
)(PP_Module module);
Completed in 483 milliseconds