Searched refs:bindProperty (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | AccessibilityUIElement.cpp | 308 bindProperty("role", &AccessibilityUIElement::roleGetterCallback); in AccessibilityUIElement() 309 bindProperty("subrole", &m_subrole); in AccessibilityUIElement() 310 bindProperty("title", &AccessibilityUIElement::titleGetterCallback); in AccessibilityUIElement() 311 bindProperty("description", in AccessibilityUIElement() 313 bindProperty("language", &m_language); in AccessibilityUIElement() 314 bindProperty("x", &m_x); in AccessibilityUIElement() 315 bindProperty("y", &m_y); in AccessibilityUIElement() 316 bindProperty("width", &m_width); in AccessibilityUIElement() 317 bindProperty("height", &m_height); in AccessibilityUIElement() 318 bindProperty("clickPointX", &m_clickPointX); in AccessibilityUIElement() [all …]
|
D | CppBoundClass.h | 168 void bindProperty(const std::string& name, void (T::*method)(CppVariant*)) in bindProperty() function 175 void bindProperty(const std::string&, CppVariant*); 179 void bindProperty(const std::string&, PropertyCallback*);
|
D | AccessibilityController.cpp | 52 bindProperty("focusedElement", &AccessibilityController::focusedElementGetterCallback); in AccessibilityController() 53 bindProperty("rootElement", &AccessibilityController::rootElementGetterCallback); in AccessibilityController()
|
D | CppBoundClass.cpp | 296 bindProperty(name, propertyCallback); in bindGetterCallback() 299 void CppBoundClass::bindProperty(const string& name, CppVariant* prop) in bindProperty() function in CppBoundClass 302 bindProperty(name, propertyCallback); in bindProperty() 305 void CppBoundClass::bindProperty(const string& name, PropertyCallback* callback) in bindProperty() function in CppBoundClass
|
D | EventSender.cpp | 285 bindProperty("dragMode", &dragMode); in EventSender() 287 bindProperty("WM_KEYDOWN", &wmKeyDown); in EventSender() 288 bindProperty("WM_KEYUP", &wmKeyUp); in EventSender() 289 bindProperty("WM_CHAR", &wmChar); in EventSender() 290 bindProperty("WM_DEADCHAR", &wmDeadChar); in EventSender() 291 bindProperty("WM_SYSKEYDOWN", &wmSysKeyDown); in EventSender() 292 bindProperty("WM_SYSKEYUP", &wmSysKeyUp); in EventSender() 293 bindProperty("WM_SYSCHAR", &wmSysChar); in EventSender() 294 bindProperty("WM_SYSDEADCHAR", &wmSysDeadChar); in EventSender()
|
D | LayoutTestController.cpp | 214 bindProperty("globalFlag", &m_globalFlag); in LayoutTestController() 216 bindProperty("webHistoryItemCount", &m_webHistoryItemCount); in LayoutTestController() 217 bindProperty("titleTextDirection", &m_titleTextDirection); in LayoutTestController()
|