Home
last modified time | relevance | path

Searched refs:GetPWLWindow (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp39 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in GetViewBBox()
59 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnDraw()
91 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnLButtonDown()
107 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnLButtonUp()
119 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnLButtonDblClk()
130 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnMouseMove()
145 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnMouseWheel()
152 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnRButtonDown()
159 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnRButtonUp()
167 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in OnKeyDown()
[all …]
Dcffl_textobject.cpp22 ObservedPtr<CPWL_Wnd> pRet(GetPWLWindow(pPageView, !bRestoreValue)); in ResetPWLWindow()
Dcffl_textfield.cpp121 if (CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true)) in OnChar()
255 return static_cast<CPWL_Edit*>(GetPWLWindow(pPageView, bNew)); in GetEdit()
Dcffl_radiobutton.cpp122 return static_cast<CPWL_RadioButton*>(GetPWLWindow(pPageView, bNew)); in GetRadioButton()
Dcffl_checkbox.cpp133 return static_cast<CPWL_CheckBox*>(GetPWLWindow(pPageView, bNew)); in GetCheckBox()
Dcffl_formfiller.h127 CPWL_Wnd* GetPWLWindow(CPDFSDK_PageView* pPageView, bool bNew);
Dcffl_listbox.cpp227 return static_cast<CPWL_ListBox*>(GetPWLWindow(pPageView, /*bNew=*/false)); in GetListBox()
Dcffl_combobox.cpp279 return static_cast<CPWL_ComboBox*>(GetPWLWindow(pPageView, bNew)); in GetComboBox()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box_embeddertest.cpp68 m_pFormFiller->GetPWLWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
Dcpwl_edit_embeddertest.cpp74 m_pFormFiller->GetPWLWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()