Searched refs:GetPWLWindow (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 39 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 …]
|
D | cffl_textobject.cpp | 22 ObservedPtr<CPWL_Wnd> pRet(GetPWLWindow(pPageView, !bRestoreValue)); in ResetPWLWindow()
|
D | cffl_textfield.cpp | 121 if (CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true)) in OnChar() 255 return static_cast<CPWL_Edit*>(GetPWLWindow(pPageView, bNew)); in GetEdit()
|
D | cffl_radiobutton.cpp | 122 return static_cast<CPWL_RadioButton*>(GetPWLWindow(pPageView, bNew)); in GetRadioButton()
|
D | cffl_checkbox.cpp | 133 return static_cast<CPWL_CheckBox*>(GetPWLWindow(pPageView, bNew)); in GetCheckBox()
|
D | cffl_formfiller.h | 127 CPWL_Wnd* GetPWLWindow(CPDFSDK_PageView* pPageView, bool bNew);
|
D | cffl_listbox.cpp | 227 return static_cast<CPWL_ListBox*>(GetPWLWindow(pPageView, /*bNew=*/false)); in GetListBox()
|
D | cffl_combobox.cpp | 279 return static_cast<CPWL_ComboBox*>(GetPWLWindow(pPageView, bNew)); in GetComboBox()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box_embeddertest.cpp | 68 m_pFormFiller->GetPWLWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|
D | cpwl_edit_embeddertest.cpp | 74 m_pFormFiller->GetPWLWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|