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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXARIAGrid.h 58 bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
AXARIAGrid.cpp 54 bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& columnCount)
102 if (!addTableCellChild(child.get(), appendedRows, columnCount)) {
113 addTableCellChild(children[i].get(), appendedRows, columnCount);

Completed in 40 milliseconds