HomeSort by relevance Sort by last modified time
    Searched defs:CppBindingExample (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
cpp_binding_example.h 6 CppBindingExample class:
38 class CppBindingExample : public CppBoundClass {
42 CppBindingExample();
cpp_binding_example.cc 5 // This file contains the definition for CppBindingExample, which is used in
30 CppBindingExample::CppBindingExample() {
40 BindProperty("same", &CppBindingExample::same);
43 BindMethod("echoValue", &CppBindingExample::echoValue);
44 BindMethod("echoType", &CppBindingExample::echoType);
45 BindMethod("plus", &CppBindingExample::plus);
50 BindFallbackMethod(&CppBindingExample::fallbackMethod);
56 void CppBindingExample::echoValue(const CppArgumentList& args,
65 void CppBindingExample::echoType(const CppArgumentList& args
    [all...]

Completed in 24 milliseconds