Searched refs:spanNodeBeforeCanInsert (Results 1 – 1 of 1) sorted by relevance
5115 … bool spanNodeBeforeCanInsert = spanNodeBefore && spanNodeBefore->GetTag() == V2::SPAN_ETS_TAG; in InsertValueOperation() local5117 bool insertToBeforeNode = spanNodeBeforeCanInsert && !spanNodeCanInsert; in InsertValueOperation()5118 …insertToBeforeNode |= spanNodeBeforeCanInsert && spanNodeCanInsert && !IsLineSeparatorInLast(spanN… in InsertValueOperation()5125 needCreateNewSpan |= !spanNodeBeforeCanInsert && !spanNodeCanInsert; in InsertValueOperation()