HomeSort by relevance Sort by last modified time
    Searched refs:OnChar (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/pwl/
cpwl_special_button.cpp 48 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) {
77 bool CPWL_RadioButton::OnChar(uint16_t nChar, uint32_t nFlag) {
cpwl_special_button.h 30 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
47 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
cpwl_edit_embeddertest.cpp 74 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), i + 'A', 0));
96 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0));
97 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0));
98 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0));
112 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'a', 0));
113 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'b', 0));
114 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnot(), 'c', 0));
cpwl_combo_box_embeddertest.cpp 74 EXPECT_TRUE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(),
118 EXPECT_FALSE(GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotNormal(), 'a', 0));
165 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'a', 0));
167 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'b', 0));
169 GetCFFLFormFiller()->OnChar(GetCPDFSDKAnnotUserEditable(), 'c', 0));
cpwl_edit_ctrl.h 51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
cpwl_list_box.cpp 185 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) {
186 CPWL_Wnd::OnChar(nChar, nFlag);
188 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)))
cpwl_combo_box.h 55 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
cpwl_edit.h 63 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
cpwl_list_box.h 51 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
cpwl_combo_box.cpp 87 return m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag));
521 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) {
530 return m_pEdit->OnChar(nChar, nFlag);
  /external/pdfium/fpdfsdk/formfiller/
cffl_checkbox.cpp 39 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot,
60 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
71 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
cffl_radiobutton.cpp 40 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot,
56 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
63 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
cffl_checkbox.h 24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_listbox.h 25 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_radiobutton.h 24 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_combobox.h 31 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_textfield.h 36 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_listbox.cpp 77 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot,
80 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);
cffl_combobox.cpp 70 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot,
73 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);
cffl_textfield.cpp 92 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot,
126 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);
  /external/pdfium/xfa/fxfa/
cxfa_ffsignature.h 37 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
cxfa_ffsignature.cpp 93 bool CXFA_FFSignature::OnChar(uint32_t dwChar, uint32_t dwFlags) {
cxfa_fffield.h 51 bool OnChar(uint32_t dwChar, uint32_t dwFlags) override;
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 74 bool OnChar(int nChar, uint32_t nFlag);
ipdfsdk_annothandler.h 90 virtual bool OnChar(CPDFSDK_Annot* pAnnot,

Completed in 112 milliseconds

1 2 3