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

  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 91 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow())
151 CPWL_ComboBox::CPWL_ComboBox() {}
153 CPWL_ComboBox::~CPWL_ComboBox() {}
155 ByteString CPWL_ComboBox::GetClassName() const {
156 return "CPWL_ComboBox";
159 void CPWL_ComboBox::OnCreate(CreateParams* pParamsToAdjust) {
164 void CPWL_ComboBox::OnDestroy()
    [all...]
cpwl_combo_box.h 43 class CPWL_ComboBox : public CPWL_Wnd {
45 CPWL_ComboBox();
46 ~CPWL_ComboBox() override;
cpwl_combo_box_embeddertest.cpp 67 ASSERT_EQ("CPWL_ComboBox", pWindow->GetClassName());
68 m_pComboBox = static_cast<CPWL_ComboBox*>(pWindow);
80 CPWL_ComboBox* GetCPWLComboBox() const { return m_pComboBox; }
92 CPWL_ComboBox* m_pComboBox;
  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 46 auto* pWnd = new CPWL_ComboBox();
77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false);
92 CPWL_ComboBox* pWnd =
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false));
129 if (CPWL_ComboBox* pComboBox =
130 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) {
149 if (CPWL_ComboBox* pComboBox =
150 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) {
170 if (CPWL_ComboBox* pComboBox
    [all...]

Completed in 190 milliseconds