HomeSort by relevance Sort by last modified time
    Searched full:role (Results 76 - 100 of 1261) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus/3.0.1/
plexus-3.0.1.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus/3.1/
plexus-3.1.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus/3.2/
plexus-3.2.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus/3.3.1/
plexus-3.3.1.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/2.0.3/
plexus-2.0.3.pom 49 <role>Developer</role>
50 <role>Release Manager</role>
59 <role>Developer</role>
68 <role>Developer</role>
77 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/2.0.5/
plexus-2.0.5.pom 49 <role>Developer</role>
50 <role>Release Manager</role>
59 <role>Developer</role>
68 <role>Developer</role>
77 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/2.0.6/
plexus-2.0.6.pom 49 <role>Developer</role>
50 <role>Release Manager</role>
59 <role>Developer</role>
68 <role>Developer</role>
77 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/2.0.7/
plexus-2.0.7.pom 49 <role>Developer</role>
50 <role>Release Manager</role>
59 <role>Developer</role>
68 <role>Developer</role>
77 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/3.0.1/
plexus-3.0.1.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/3.1/
plexus-3.1.pom 55 <role>Developer</role>
56 <role>Release Manager</role>
65 <role>Developer</role>
74 <role>Developer</role>
83 <role>Developer</role>
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 27 * A constant indicating no role name.
33 * A mapping from ARIA role names to their message ids.
231 var role = targetElement.getAttribute('role');
234 return (role == 'img' || role == 'progressbar' || hasArialLabel);
240 * with a particular role.
243 * @param {string} roleName The role to check for.
245 * role.
249 if (roleName && node && (node.getAttribute('role') == roleName))
    [all...]
aria_util_test.js 27 <div id="grid" role="grid" aria-activedescendant="cell">
28 <div role="row">
29 <div id="cell" role="gridcell">
80 <div id="l" role="listbox" tabindex="0" aria-activedescendant="l2">
81 <div id="l1" role="option">A</div>
82 <div id="l2" role="option">B</div>
83 <div id="l3" role="option">C</div>
85 <div id="a" role="listbox" tabindex="0" aria-activedescendant="a2">
86 <div id="a1" role="option" aria-setsize="10" aria-posinset="5">A</div>
87 <div id="a2" role="option" aria-setsize="20" aria-posinset="15">B</div
    [all...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.pom 64 <role>Java Developer</role>
73 <role>Java Developer</role>
82 <role>Java Developer</role>
91 <role>Java Developer</role>
99 <role>Java Developer</role>
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_auto_enrollment_check.html 1 <div class="step right hidden animated" id="auto-enrollment-check" role="group"
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
sidenav_items.html 1 <nav id="fatnav" role="navigation">
  /external/chromium_org/content/test/data/accessibility/
aria-menuitemradio-expected-win.txt 1 #<skip - Role not set correctly. http://crbug.com/169569
article.html 13 <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'
region.html 13 <div role="region">
  /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)
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)

Completed in 625 milliseconds

1 2 34 5 6 7 8 91011>>