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 37 //1 InsertReturn
127 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/
fx_edit.h 296 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
fxet_edit.h 628 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
689 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 626 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
678 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
726 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,TRUE);
809 m_pEdit->InsertReturn(&m_SecProps,&m_WordProps,FALSE,FALSE);
    [all...]

Completed in 1154 milliseconds