HomeSort by relevance Sort by last modified time
    Searched full:tabindex (Results 1 - 25 of 3449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
div.html 3 <div tabindex=0>Focusable div</div>
aria-pressed.html 12 <div tabindex=0 role="button">Regular button</div>
13 <div tabindex=0 role="button" aria-pressed="false">Toggle button unpressed</div>
14 <div tabindex=0 role="button" aria-pressed="true">Toggle button pressed</div>
15 <div tabindex=0 role="button" aria-pressed="mixed">Toggle button mixed</div>
aria-readonly.html 6 <input aria-readonly="false" tabindex="0" value="Editable text">
7 <input aria-readonly="true" tabindex="1" value="Uneditable text">
aria-togglebutton.html 8 <div tabindex=0 role="button">Regular button</div>
9 <div tabindex=0 role="button" aria-pressed="false">Toggle button</div>
aria-listbox-aria-selected.html 10 <div tabIndex="-1" aria-label="1" role="option">Item 1</div>
11 <div tabIndex="-1" aria-label="2" role="option">Item 2</div>
12 <div tabIndex="-1" aria-label="3" role="option">Item 3</div>
13 <div tabIndex="-1" aria-selected="true" aria-label="4" role="option">Item 4</div>
14 <div tabIndex="-1" aria-selected="true" aria-label="5" role="option">Item 5</div>
aria-listbox-childfocus.html 10 <div tabIndex="-1" aria-label="1" role="option">Item 1</div>
11 <div tabIndex="0" aria-label="2" role="option">Item 2</div>
12 <div tabIndex="-1" aria-label="3" role="option">Item 3</div>
aria-spinbutton.html 6 <div tabindex=0 role="spinbutton" aria-valuenow="5">Inner text</div>
aria-atomic.html 9 <p id="ariaatomicfalse" role="log" aria-live="polite" aria-atomic="false" tabindex="0"> This test is for aria-atomic="false" </p>
10 <p id="ariaatomictrue" role="log" aria-live="polite" aria-atomic="true" tabindex="1"> This test is for aria-atomic="true" </p>
aria-combobox.html 19 <li id="state1" role="option" tabindex="-1">Alabama</li>
20 <li id="state2" role="option" tabindex="-1">Alaska</li>
aria-activedescendant.html 6 <div id="parent" aria-label="parent node" aria-activedescendant="active" tabindex="0">
aria-listbox-activedescendant.html 9 <div role="listbox" tabIndex="0" aria-activedescendant="3">
  /external/chromium-trace/
init.js 15 timelineViewEl.tabIndex = 1;
prefix.html 17 timelineViewEl.tabIndex = 1;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 8 <a id="title_a" tabIndex="0"><img id='title' alt="Google News logo"></a>
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.html 7 <grid id="user-image-grid" class="user-image-picker" tabindex="1"></grid>
19 tabindex="2"></button>
20 <button id="take-photo" i18n-values="title:takePhoto" tabindex="2">
23 i18n-values="title:flipPhoto" tabindex="1"></button>
35 tabindex="2"></button>
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.html 8 <grid id="user-image-grid" tabindex="1"
23 tabindex="2"></button>
24 <button id="take-photo" i18n-values="title:takePhoto" tabindex="2">
27 i18n-values="title:flipPhoto" tabindex="1"></button>
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 16 outline: none; /* Remove outline from tabIndex = -1. */
local_ntp.html 22 <span id="mv-undo" tabIndex="1"></span>
23 <span id="mv-restore" tabIndex="1"></span>
24 <div id="mv-notice-x" tabIndex="1" class="mv-x"></div>
most_visited_thumbnail.css 17 outline: none; /* Remove outline from tabIndex = -1. */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 114 OMX_U8 tabIndex, markerBit;
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex - 1
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.html 23 i18n-values="aria-label:closeButton" tabindex="1">
35 class="next-button custom-appearance blue-button" tabindex="0">
  /external/chromium_org/tools/grit/grit/testdata/
sidebar_h.html 42 <tr><td nowrap align=center valign=middle><nobr><input TABINDEX="1" style="font-size:10px; width:'100%';" name="q" id="q"></nobr></td></tr>
43 <tr><td nowrap align=center valign=middle><nobr><input TABINDEX="2" style="font-size:10px" type=submit value="Local search" name=btnG> <input TABINDEX="3" style="font-size:9px" type=submit value="Web search" name=redir></nobr></td></tr>
45 <area TABINDEX="4" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=1"' title="Move sidebar to Top" shape="rect" coords="9,0,22,8" href="/movesidebar?side=1" onmouseover="ctl.src='control1.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
46 <area TABINDEX="5" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=3"' title="Move sidebar to Bottom" shape="rect" coords="9,9,22,17" href="/movesidebar?side=3" onmouseover="ctl.src='control3.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
47 <area TABINDEX="6" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=0"' title="Move sidebar to Left" shape="rect" coords="0,2,8,15" href="/movesidebar?side=0" onmouseover="ctl.src='control0.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
48 <area TABINDEX="7" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=2"' title="Move sidebar to Right" shape="rect" coords="23,2,31,15" href="/movesidebar?side=2" onmouseover="ctl.src='control2.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
74 <a TABINDEX="8" onkeydown='if(event.keyCode!=16&&event.keyCode!=9)onclick()' onclick='return hide()' href='[$~HIDE1~$]' class=ch><img width=12 height=11 style='vertical-align:top;' src=/hide.gif valign=top border=0></a>
  /external/chromium_org/third_party/polymer/components/core-input/
demo.html 95 <aside>Inputs with the <code>tabindex</code> attribute.</aside>
97 <core-input tabindex="2" placeholder="tabindex = 2"></core-input>
99 <core-input tabindex="3" placeholder="tabindex = 3"></core-input>
101 <core-input tabindex="1" placeholder="tabindex = 1"></core-input>
  /external/chromium_org/third_party/polymer/components-chromium/core-input/
demo.html 95 <aside>Inputs with the <code>tabindex</code> attribute.</aside>
97 <core-input tabindex="2" placeholder="tabindex = 2"></core-input>
99 <core-input tabindex="3" placeholder="tabindex = 3"></core-input>
101 <core-input tabindex="1" placeholder="tabindex = 1"></core-input>
  /external/chromium_org/ui/file_manager/video_player/
video_player.html 40 <button class="minimize-button tool" tabindex="-1"></button>
41 <button class="maximize-button tool" tabindex="-1"></button>
42 <button class="close-button tool" tabindex="-1"></button>

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>