OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CppBindingExample
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
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
...]
cpp_binding_example.h
6
CppBindingExample
class:
38
class
CppBindingExample
: public CppBoundClass {
42
CppBindingExample
();
cpp_bound_class_unittest.cc
5
// Tests for CppBoundClass, in conjunction with
CppBindingExample
. Binds
6
// a
CppBindingExample
class into JavaScript in a custom test shell and tests
25
class CppBindingExampleSubObject : public
CppBindingExample
{
36
class CppBindingExampleWithOptionalFallback : public
CppBindingExample
{
Completed in 120 milliseconds