Searched refs:m_SecProps (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 327 CPVT_SecProps m_SecProps; variable 353 CPVT_SecProps m_SecProps; variable 380 CPVT_SecProps m_SecProps; variable 427 CPVT_SecProps m_SecProps; variable 453 CPVT_SecProps m_SecProps; variable
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 451 m_SecProps(), in CFXEU_InsertReturn() 454 m_SecProps = *pSecProps; in CFXEU_InsertReturn() 465 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Redo() 489 m_SecProps(SecProps), in CFXEU_Backspace() 507 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Undo() 527 m_SecProps(SecProps), in CFXEU_Delete() 546 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, TRUE); in Undo() 592 m_SecProps(SecProps), in CFXEU_ClearRich() 610 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, FALSE, FALSE); in Undo() 633 m_SecProps(), in CFXEU_InsertText() [all …]
|