Searched defs:BindProperty (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_bound_class.h51 // 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*)) { function in class:CppBoundClass
109 void BindProperty(const std::string& name, CppVariant* prop);
113 void BindProperty(const std::string& name, PropertyCallback* callback);
H A Dcpp_bound_class.cc275 BindProperty(name, property_callback);
278 void CppBoundClass::BindProperty(const std::string& name, CppVariant* prop) { function in class:CppBoundClass
282 BindProperty(name, property_callback);
285 void CppBoundClass::BindProperty(const std::string& name, function in class:CppBoundClass
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc272 BindProperty(name, property_callback);
275 void CppBoundClass::BindProperty(const std::string& name, CppVariant* prop) { function in class:webkit_glue::CppBoundClass
279 BindProperty(name, property_callback);
282 void CppBoundClass::BindProperty(const std::string& name, function in class:webkit_glue::CppBoundClass

Completed in 307 milliseconds