Home | History | Annotate | Download | only in chromium

Lines Matching refs:bindProperty

308     bindProperty("role", &AccessibilityUIElement::roleGetterCallback);
309 bindProperty("subrole", &m_subrole);
310 bindProperty("title", &AccessibilityUIElement::titleGetterCallback);
311 bindProperty("description",
313 bindProperty("language", &m_language);
314 bindProperty("x", &m_x);
315 bindProperty("y", &m_y);
316 bindProperty("width", &m_width);
317 bindProperty("height", &m_height);
318 bindProperty("clickPointX", &m_clickPointX);
319 bindProperty("clickPointY", &m_clickPointY);
320 bindProperty("intValue", &m_intValue);
321 bindProperty("minValue", &m_minValue);
322 bindProperty("maxValue", &m_maxValue);
323 bindProperty("childrenCount",
325 bindProperty("insertionPointLineNumber", &m_insertionPointLineNumber);
326 bindProperty("selectedTextRange", &m_selectedTextRange);
327 bindProperty("isEnabled", &AccessibilityUIElement::isEnabledGetterCallback);
328 bindProperty("isRequired", &m_isRequired);
329 bindProperty("isSelected", &AccessibilityUIElement::isSelectedGetterCallback);
330 bindProperty("valueDescription", &m_valueDescription);