Home
last modified time | relevance | path

Searched refs:kInsertRecord (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine.h84 enum class RecordOperation { kInsertRecord, kSkipRecord, kSkipNotify }; enumerator
98 RecordOperation add_operation = RecordOperation::kInsertRecord);
102 RecordOperation add_operation = RecordOperation::kInsertRecord);
159 RecordOperation add_operation = RecordOperation::kInsertRecord);
Dcfde_texteditengine.cpp345 if (add_operation == RecordOperation::kInsertRecord) { in Insert()
857 if (add_operation == RecordOperation::kInsertRecord) { in Delete()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp168 CFDE_TextEditEngine::RecordOperation::kInsertRecord); in SetText()