OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindMethod
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
cpp_binding_example.cc
43
BindMethod
("echoValue", &CppBindingExample::echoValue);
44
BindMethod
("echoType", &CppBindingExample::echoType);
45
BindMethod
("plus", &CppBindingExample::plus);
cpp_bound_class.h
51
// The constructor should call
BindMethod
, BindProperty, and
86
void
BindMethod
(const std::string& name,
Completed in 1626 milliseconds