Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h340 bool Delete(bool bAddUndo, bool bPaint);
341 bool Clear(bool bAddUndo, bool bPaint);
344 bool bAddUndo,
346 bool InsertWord(uint16_t word, int32_t charset, bool bAddUndo, bool bPaint);
347 bool InsertReturn(bool bAddUndo, bool bPaint);
348 bool Backspace(bool bAddUndo, bool bPaint);
Dcpwl_edit_impl.cpp1510 bool bAddUndo, in InsertWord() argument
1522 if (bAddUndo && m_bEnableUndo) { in InsertWord()
1535 bool CPWL_EditImpl::InsertReturn(bool bAddUndo, bool bPaint) { in InsertReturn() argument
1545 if (bAddUndo && m_bEnableUndo) { in InsertReturn()
1562 bool CPWL_EditImpl::Backspace(bool bAddUndo, bool bPaint) { in Backspace() argument
1567 if (bAddUndo) { in Backspace()
1578 if (bAddUndo && m_bEnableUndo) { in Backspace()
1600 bool CPWL_EditImpl::Delete(bool bAddUndo, bool bPaint) { in Delete() argument
1605 if (bAddUndo) { in Delete()
1614 if (bAddUndo && m_bEnableUndo) { in Delete()
[all …]