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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 303 bindProperty(name, propertyCallback);
306 void CppBoundClass::bindProperty(const string& name, CppVariant* prop)
309 bindProperty(name, propertyCallback);
312 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().
170 void bindProperty(const std::string& name, void (T::*method)(CppVariant*))
177 void bindProperty(const std::string&, CppVariant*);
181 void bindProperty(const std::string&, PropertyCallback*);

Completed in 41 milliseconds