HomeSort by relevance Sort by last modified time
    Searched refs:TextAreaRole (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 116 { "textbox", TextAreaRole },
169 return ariaRoleAttribute() == TextAreaRole || ariaRoleAttribute() == TextFieldRole;
214 case TextAreaRole:
238 case TextAreaRole:
362 case TextAreaRole:
860 return isARIAInput(ariaRole) || ariaRole == TextAreaRole || ariaRole == ButtonRole
AXObject.h 166 TextAreaRole,
AXRenderObject.cpp 311 return TextAreaRole;
644 if (parent->roleValue() == TextFieldRole || parent->roleValue() == TextAreaRole)
860 case TextAreaRole:
    [all...]
AXNodeObject.cpp 222 return TextAreaRole;
262 if (role == TextAreaRole && !ariaIsMultiline())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 277 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleTextArea, TextAreaRole);
    [all...]

Completed in 50 milliseconds