Home
last modified time | relevance | path

Searched refs:SetNewReload (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp350 m_ttoLines[iCurLine].SetNewReload(true); in LoadText()
393 m_ttoLines[m_iCurLine].SetNewReload(true); in RetrievePieces()
422 ttoLine.SetNewReload(bNeedReload); in AppendPiece()
429 pLine->SetNewReload(bNeedReload); in AppendPiece()
Dcfde_textout.h72 void SetNewReload(bool reload) { m_bNewReload = reload; } in SetNewReload() function