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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 181 case FWL_VKEY_Delete:
202 if (nChar == FWL_VKEY_Delete)
210 case FWL_VKEY_Delete:
PWL_Edit.cpp 923 if (nChar == FWL_VKEY_Delete)
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
946 if (nChar == FWL_VKEY_Delete)
PWL_ComboBox.cpp 87 case FWL_VKEY_Delete:
PWL_ListBox.cpp 278 case FWL_VKEY_Delete:
  /external/pdfium/fpdfsdk/include/
fpdf_fwlevent.h 111 FWL_VKEY_Delete = 0x2E,
  /external/chromium_org/pdf/pdfium/
pdfium_assert_matching_enums.cc 64 COMPILE_ASSERT_MATCH(ui::VKEY_DELETE, FWL_VKEY_Delete);

Completed in 43 milliseconds