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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 116 List<TestListItem> allRows = new ArrayList<TestListItem>();
120 allRows.add(TestListItem.newCategory(testCategory));
127 allRows.addAll(tests);
130 return allRows;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 361 var allRows = cvox.TableUtil.getChildRows(this.activeTable_);
368 for (var ctr = 0; ctr < allRows.length; ctr++) {
373 for (var i = 0; i < allRows.length; i++) {
374 var childCells = cvox.TableUtil.getChildCells(allRows[i]);
473 currentRowParent = allRows[i].parentNode;
476 if (allRows[i].parentNode != currentRowParent) {
478 currentRowParent = allRows[i].parentNode;
    [all...]

Completed in 77 milliseconds