Searched refs:neededCellCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp301 unsigned neededCellCount = validCellCount / 2; local
302 if (borderedCellCount >= neededCellCount
303 || cellsWithTopBorder >= neededCellCount
304 || cellsWithBottomBorder >= neededCellCount
305 || cellsWithLeftBorder >= neededCellCount
306 || cellsWithRightBorder >= neededCellCount)
310 if (backgroundDifferenceCellCount >= neededCellCount)

Completed in 555 milliseconds