Searched refs:bindProperty (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebAXObjectProxy.cpp | 483 bindProperty("role", &WebAXObjectProxy::roleGetterCallback); in WebAXObjectProxy() 484 bindProperty("title", &WebAXObjectProxy::titleGetterCallback); in WebAXObjectProxy() 485 bindProperty("description", &WebAXObjectProxy::descriptionGetterCallback); in WebAXObjectProxy() 486 bindProperty("helpText", &WebAXObjectProxy::helpTextGetterCallback); in WebAXObjectProxy() 487 bindProperty("stringValue", &WebAXObjectProxy::stringValueGetterCallback); in WebAXObjectProxy() 488 bindProperty("x", &WebAXObjectProxy::xGetterCallback); in WebAXObjectProxy() 489 bindProperty("y", &WebAXObjectProxy::yGetterCallback); in WebAXObjectProxy() 490 bindProperty("width", &WebAXObjectProxy::widthGetterCallback); in WebAXObjectProxy() 491 bindProperty("height", &WebAXObjectProxy::heightGetterCallback); in WebAXObjectProxy() 492 bindProperty("intValue", &WebAXObjectProxy::intValueGetterCallback); in WebAXObjectProxy() [all …]
|
D | CppBoundClass.h | 171 void bindProperty(const std::string& name, void (T::*method)(CppVariant*)) in bindProperty() function 178 void bindProperty(const std::string&, CppVariant*); 182 void bindProperty(const std::string&, PropertyCallback*);
|
D | CppBoundClass.cpp | 302 bindProperty(name, propertyCallback); in bindGetterCallback() 305 void CppBoundClass::bindProperty(const string& name, CppVariant* prop) in bindProperty() function in WebTestRunner::CppBoundClass 308 bindProperty(name, propertyCallback); in bindProperty() 311 void CppBoundClass::bindProperty(const string& name, PropertyCallback* callback) in bindProperty() function in WebTestRunner::CppBoundClass
|
D | AccessibilityController.cpp | 53 bindProperty("focusedElement", &AccessibilityController::focusedElementGetterCallback); in AccessibilityController() 54 bindProperty("rootElement", &AccessibilityController::rootElementGetterCallback); in AccessibilityController()
|
D | EventSender.cpp | 304 bindProperty("forceLayoutOnEvents", &forceLayoutOnEvents); in EventSender() 308 bindProperty("dragMode", &dragMode); in EventSender() 310 bindProperty("WM_KEYDOWN", &wmKeyDown); in EventSender() 311 bindProperty("WM_KEYUP", &wmKeyUp); in EventSender() 312 bindProperty("WM_CHAR", &wmChar); in EventSender() 313 bindProperty("WM_DEADCHAR", &wmDeadChar); in EventSender() 314 bindProperty("WM_SYSKEYDOWN", &wmSysKeyDown); in EventSender() 315 bindProperty("WM_SYSKEYUP", &wmSysKeyUp); in EventSender() 316 bindProperty("WM_SYSCHAR", &wmSysChar); in EventSender() 317 bindProperty("WM_SYSDEADCHAR", &wmSysDeadChar); in EventSender()
|
D | TestRunner.cpp | 294 bindProperty("globalFlag", &m_globalFlag); in TestRunner() 295 bindProperty("platformName", &m_platformName); in TestRunner() 296 bindProperty("tooltipText", &m_tooltipText); in TestRunner() 297 bindProperty("disableNotifyDone", &m_disableNotifyDone); in TestRunner() 300 bindProperty("webHistoryItemCount", &m_webHistoryItemCount); in TestRunner() 301 bindProperty("interceptPostMessage", &m_interceptPostMessage); in TestRunner()
|
/external/chromium_org/third_party/polymer/ |
D | polymer.js | 29 …bindProperty:function(a,b,d){return c(this,a,b,d)},unbindAllProperties:function(){this._propertyOb… method
|