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 },
176 return ariaRoleAttribute() == TextAreaRole || ariaRoleAttribute() == TextFieldRole;
202 case TextAreaRole:
226 case TextAreaRole:
346 case TextAreaRole:
864 return isARIAInput(ariaRole) || ariaRole == TextAreaRole || ariaRole == ButtonRole
AXObject.h 159 TextAreaRole,
AXNodeObject.cpp 213 return TextAreaRole;
245 if (role == TextAreaRole && !ariaIsMultiline())
    [all...]
AXRenderObject.cpp 316 return TextAreaRole;
845 case TextAreaRole:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 270 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleTextArea, TextAreaRole);
    [all...]

Completed in 30 milliseconds