OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindProperty
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp
296
bindProperty
(name, propertyCallback);
299
void CppBoundClass::
bindProperty
(const string& name, CppVariant* prop)
302
bindProperty
(name, propertyCallback);
305
void CppBoundClass::
bindProperty
(const string& name, PropertyCallback* callback)
CppBoundClass.h
83
// The constructor should call BindMethod,
BindProperty
, and
89
// Return a CppVariant representing this class, for use with
BindProperty
().
168
void
bindProperty
(const std::string& name, void (T::*method)(CppVariant*))
175
void
bindProperty
(const std::string&, CppVariant*);
179
void
bindProperty
(const std::string&, PropertyCallback*);
Completed in 66 milliseconds