Searched refs:BindProperty (Results 1 - 9 of 9) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_binding_example.cc34 BindProperty("my_value", &my_value);
35 BindProperty("my_other_value", &my_other_value);
38 BindProperty("my_value_with_callback", new PropertyCallbackExample());
40 BindProperty("same", &CppBindingExample::same);
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_unittest.cc29 BindProperty("sub_value", &sub_value_);
39 BindProperty("sub_object", sub_object_.GetAsCppVariant());
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/content/test/
H A Dcpp_binding_example.cc42 BindProperty("my_value", &my_value);
43 BindProperty("my_other_value", &my_other_value);
46 BindProperty("my_value_with_callback", new PropertyCallbackExample());
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.h52 // The constructor should call BindCallback, BindProperty, and
58 // Return a CppVariant representing this class, for use with BindProperty().
89 void BindProperty(const std::string& name, CppVariant* prop);
93 void BindProperty(const std::string& name, PropertyCallback* callback);
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
/external/chromium_org/content/renderer/
H A Dcpp_bound_class_unittest.cc29 BindProperty("sub_value", &sub_value_);
39 BindProperty("sub_object", sub_object_.GetAsCppVariant());
/external/chromium_org/chrome/renderer/
H A Dexternal_host_bindings.cc23 BindProperty("onmessage", &on_message_handler_);

Completed in 1120 milliseconds