Home
last modified time | relevance | path

Searched refs:bindProperty (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DAccessibilityUIElement.cpp308 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 …]
DCppBoundClass.h168 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*);
DAccessibilityController.cpp52 bindProperty("focusedElement", &AccessibilityController::focusedElementGetterCallback); in AccessibilityController()
53 bindProperty("rootElement", &AccessibilityController::rootElementGetterCallback); in AccessibilityController()
DCppBoundClass.cpp296 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
DEventSender.cpp285 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()
DLayoutTestController.cpp214 bindProperty("globalFlag", &m_globalFlag); in LayoutTestController()
216 bindProperty("webHistoryItemCount", &m_webHistoryItemCount); in LayoutTestController()
217 bindProperty("titleTextDirection", &m_titleTextDirection); in LayoutTestController()