Searched refs:InsertReturn (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp311 InsertReturn();
597 void CPWL_EditCtrl::InsertReturn() function in class:CPWL_EditCtrl
600 m_pEdit->InsertReturn();
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h43 //1 InsertReturn
133 virtual void InsertReturn();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h624 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
685 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
H A Dfx_edit.h317 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp609 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
661 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
709 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
792 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,FALSE);
1935 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/) function in class:CFX_Edit
1937 return InsertReturn(pSecProps,pWordProps,TRUE,TRUE);
3007 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, function in class:CFX_Edit

Completed in 55 milliseconds