Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp356 m_ttoLines[iCurLine].SetNewReload(true); in LoadText()
399 m_ttoLines[m_iCurLine].SetNewReload(true); in RetrievePieces()
428 ttoLine.SetNewReload(bNeedReload); in AppendPiece()
435 pLine->SetNewReload(bNeedReload); in AppendPiece()
Dcfde_textout.h62 void SetNewReload(bool reload) { m_bNewReload = reload; } in SetNewReload() function