Home
last modified time | relevance | path

Searched refs:InsertReturn (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp265 InsertReturn(); in OnChar()
470 void CPWL_EditCtrl::InsertReturn() { in InsertReturn() function in CPWL_EditCtrl
472 m_pEdit->InsertReturn(); in InsertReturn()
DPWL_EditCtrl.h116 void InsertReturn();
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h377 bool InsertReturn();
453 bool InsertReturn(const CPVT_SecProps* pSecProps,
Dfxet_edit.cpp432 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, false, true); in Redo()
474 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, false, true); in Undo()
513 m_pEdit->InsertReturn(&m_SecProps, &m_WordProps, false, true); in Undo()
1122 bool CFX_Edit::InsertReturn() { in InsertReturn() function in CFX_Edit
1123 return InsertReturn(nullptr, nullptr, true, true); in InsertReturn()
1882 bool CFX_Edit::InsertReturn(const CPVT_SecProps* pSecProps, in InsertReturn() function in CFX_Edit