OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:echoType
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
cpp_binding_example.h
23
document.writeln(example.
echoType
("Hello world!"));
60
void
echoType
(const CppArgumentList& args, CppVariant* result);
cpp_binding_example.cc
44
BindMethod("
echoType
", &CppBindingExample::
echoType
);
65
void CppBindingExample::
echoType
(const CppArgumentList& args,
Completed in 254 milliseconds