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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 531 var currentCell = currentShadowNode.activeCell;
540 if ((currentCell.tagName == 'TH') &&
541 !(currentCell.hasAttribute('scope'))) {
579 } else if (currentCell.hasAttribute('scope')) {
580 specifiedScope = currentCell.getAttribute('scope');
581 } else if (currentCell.hasAttribute('role') &&
582 (currentCell.getAttribute('role') == 'rowheader')) {
584 } else if (currentCell.hasAttribute('role') &&
585 (currentCell.getAttribute('role') == 'columnheader')) {
610 rightShadowNode.rowHeaderCells.push(currentCell);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 332 Element* currentCell = enclosingTableCell(adjacentPos.deepEquivalent());
336 || previousCell != currentCell
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 128 milliseconds