HomeSort by relevance Sort by last modified time
    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 1649 milliseconds