Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h364 bool Delete(bool bAddUndo, bool bPaint);
365 bool Clear(bool bAddUndo, bool bPaint);
368 bool bAddUndo,
370 bool InsertWord(uint16_t word, int32_t charset, bool bAddUndo, bool bPaint);
371 bool InsertReturn(bool bAddUndo, bool bPaint);
372 bool Backspace(bool bAddUndo, bool bPaint);
Dcpwl_edit_impl.cpp1532 bool bAddUndo, in InsertWord() argument
1544 if (bAddUndo && m_bEnableUndo) { in InsertWord()
1557 bool CPWL_EditImpl::InsertReturn(bool bAddUndo, bool bPaint) { in InsertReturn() argument
1567 if (bAddUndo && m_bEnableUndo) { in InsertReturn()
1584 bool CPWL_EditImpl::Backspace(bool bAddUndo, bool bPaint) { in Backspace() argument
1589 if (bAddUndo) { in Backspace()
1600 if (bAddUndo && m_bEnableUndo) { in Backspace()
1617 bool CPWL_EditImpl::Delete(bool bAddUndo, bool bPaint) { in Delete() argument
1622 if (bAddUndo) { in Delete()
1631 if (bAddUndo && m_bEnableUndo) { in Delete()
[all …]