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

  /external/chromium/webkit/glue/
cpp_bound_class.h 51 // The constructor should call BindMethod, BindProperty, and
57 // Return a CppVariant representing this class, for use with BindProperty().
102 void BindProperty(const std::string& name, void (T::*method)(CppVariant*)) {
109 void BindProperty(const std::string& name, CppVariant* prop);
113 void BindProperty(const std::string& name, PropertyCallback* callback);
cpp_bound_class.cc 275 BindProperty(name, property_callback);
278 void CppBoundClass::BindProperty(const std::string& name, CppVariant* prop) {
282 BindProperty(name, property_callback);
285 void CppBoundClass::BindProperty(const std::string& name,

Completed in 1934 milliseconds