HomeSort by relevance Sort by last modified time
    Searched refs:InsertReturn (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 43 //1 InsertReturn
133 virtual void InsertReturn();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 311 InsertReturn();
597 void CPWL_EditCtrl::InsertReturn()
600 m_pEdit->InsertReturn();
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 624 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);
fx_edit.h 317 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 609 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);
    [all...]

Completed in 48 milliseconds