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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp 31 case FWL_VKEY_Return:
42 case FWL_VKEY_Return:
FFL_RadioButton.cpp 33 case FWL_VKEY_Return:
45 case FWL_VKEY_Return:
FFL_TextField.cpp 110 case FWL_VKEY_Return:
  /external/pdfium/public/
fpdf_fwlevent.h 78 FWL_VKEY_Return = 0x0D,
  /external/pdfium/xfa/include/fwl/core/
fwl_widgetdef.h 80 #define FWL_VKEY_Return 0x0D
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 60 swText += FWL_VKEY_Return;
922 case FWL_VKEY_Return:
950 case FWL_VKEY_Return:
    [all...]
PWL_EditCtrl.cpp 278 case FWL_VKEY_Return:
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 547 if (pMsg->m_dwKeyCode == FWL_VKEY_Return ||
fwl_pushbuttonimp.cpp 535 if (pMsg->m_dwKeyCode == FWL_VKEY_Return) {
fwl_comboboximp.cpp 413 case FWL_VKEY_Return:
    [all...]
fwl_editimp.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 632 pMsg->m_dwKeyCode == FWL_VKEY_Return) {
    [all...]

Completed in 4652 milliseconds