Searched refs:ignoreInsert (Results 1 – 2 of 2) sorted by relevance
374 bool CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert);
2184 …l RenderGridLayout::CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert) in CalTheFirstEmptyCell() argument2192 while ((-1 != index) && (ignoreInsert || (CELL_FOR_INSERT != index))) { in CalTheFirstEmptyCell()