Searched refs:resultDistanceFromStartOfCell (Results 1 – 2 of 2) sorted by relevance
369 …eCell(RegularExpression* regExp, HTMLTableCellElement* cell, size_t* resultDistanceFromStartOfCell) in searchForLabelsAboveCell() argument381 if (resultDistanceFromStartOfCell) in searchForLabelsAboveCell()382 *resultDistanceFromStartOfCell = lengthSearched; in searchForLabelsAboveCell()391 if (resultDistanceFromStartOfCell) in searchForLabelsAboveCell()392 *resultDistanceFromStartOfCell = notFound; in searchForLabelsAboveCell()
194 …rLabelsAboveCell(RegularExpression*, HTMLTableCellElement*, size_t* resultDistanceFromStartOfCell);