| /external/chromium_org/content/test/data/accessibility/ |
| aria-menuitemradio-expected-win.txt | 1 #<skip - Role not set correctly. http://crbug.com/169569
|
| article.html | 9 <div role="article">
|
| bdo-expected-mac.txt | 1 # The spec states that <bdo> should have a role of AXGroup, but that seems
|
| bdo-expected-win.txt | 1 # The spec states that <bdo> should have a role of AXGroup, but that seems
|
| input-button-in-menu-expected-android.txt | 5 android.widget.Button clickable focusable name='Button in element with menu role'
|
| wbr-expected-win.txt | 1 # The spec states that <wbr> should have a role of AXGroup, but that seems
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGPathSegClosePath.h | 30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) 32 return adoptRef(new SVGPathSegClosePath(element, role)); 36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) 37 : SVGPathSegWithContext(element, role)
|
| SVGPathSegCurvetoCubicSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
| SVGPathSegCurvetoCubicSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
| SVGPathSegCurvetoQuadraticAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1)); 37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
|
| SVGPathSegCurvetoQuadraticRel.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 33 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1)); 37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
|
| SVGPathSegCurvetoQuadraticSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegCurvetoQuadraticSmoothAbs(element, role, x, y)); 37 SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| SVGPathSegCurvetoQuadraticSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegCurvetoQuadraticSmoothRel(element, role, x, y)); 37 SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| SVGPathSegLinetoAbs.h | 31 static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegLinetoAbs(element, role, x, y)); 37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| SVGPathSegLinetoHorizontalAbs.h | 31 static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) 33 return adoptRef(new SVGPathSegLinetoHorizontalAbs(element, role, x)); 37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) 38 : SVGPathSegLinetoHorizontal(element, role, x)
|
| SVGPathSegLinetoHorizontalRel.h | 31 static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) 33 return adoptRef(new SVGPathSegLinetoHorizontalRel(element, role, x)); 37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) 38 : SVGPathSegLinetoHorizontal(element, role, x)
|
| SVGPathSegLinetoRel.h | 31 static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegLinetoRel(element, role, x, y)); 37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| SVGPathSegLinetoVerticalAbs.h | 31 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) 33 return adoptRef(new SVGPathSegLinetoVerticalAbs(element, role, y)); 37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) 38 : SVGPathSegLinetoVertical(element, role, y)
|
| SVGPathSegLinetoVerticalRel.h | 31 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) 33 return adoptRef(new SVGPathSegLinetoVerticalRel(element, role, y)); 37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) 38 : SVGPathSegLinetoVertical(element, role, y)
|
| SVGPathSegMovetoAbs.h | 31 static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegMovetoAbs(element, role, x, y)); 37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| SVGPathSegMovetoRel.h | 31 static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 33 return adoptRef(new SVGPathSegMovetoRel(element, role, x, y)); 37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) 38 : SVGPathSegSingleCoordinate(element, role, x, y)
|
| /external/libsepol/include/sepol/ |
| user_record.h | 48 /* Role management */ 52 sepol_user_t * user, const char *role); 54 extern void sepol_user_del_role(sepol_user_t * user, const char *role); 56 extern int sepol_user_has_role(const sepol_user_t * user, const char *role);
|
| /external/libsepol/include/sepol/policydb/ |
| context.h | 28 * identity, a role, a type and a MLS range. 32 uint32_t role; member in struct:context_struct 76 dst->role = src->role; 86 c->user = c->role = c->type = 0; 93 (c1->role == c2->role) &&
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
| LocationInformationBox.java | 18 private int role; field in class:LocationInformationBox 46 return role; 49 public void setRole(int role) { 50 this.role = role; 102 role = IsoTypeReader.readUInt8(content); 117 IsoTypeWriter.writeUInt8(byteBuffer, role);
|
| /external/bluetooth/bluedroid/stack/pan/ |
| pan_api.c | 45 ** should set the PAN role explicitly. 114 ** profile role. This should be called after PAN_Register. 115 ** This can be called any time to change the PAN role 117 ** Parameters: role - is bit map of roles to be active 118 ** PAN_ROLE_CLIENT is for PANU role 119 ** PAN_ROLE_GN_SERVER is for GN role 120 ** PAN_ROLE_NAP_SERVER is for NAP role 124 ** p_user_name - Service name for PANU role 125 ** p_gn_name - Service name for GN role 126 ** p_nap_name - Service name for NAP role [all...] |