OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCommandLineArgs
(Results
1 - 8
of
8
) sorted by null
/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);
/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()));
flash.h
59
static Var
GetCommandLineArgs
(Module* module);
/external/chromium_org/ppapi/tests/
test_flash.cc
29
RUN_TEST(
GetCommandLineArgs
, filter);
73
Var result = Flash::
GetCommandLineArgs
(pp::Module::Get());
/frameworks/compile/slang/tests/
test.py
50
def
GetCommandLineArgs
(filename):
87
extra_args_str +=
GetCommandLineArgs
(rs_file)
/external/chromium_org/ppapi/api/private/
ppb_flash.idl
191
PP_Var
GetCommandLineArgs
(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 42 milliseconds