Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp55 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) in GetViewBBox()
76 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in OnDraw()
111 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnLButtonDown()
127 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonUp()
140 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonDblClk()
152 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnMouseMove()
168 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnMouseWheel()
176 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnRButtonDown()
188 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnRButtonUp()
205 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnKeyDown()
[all …]
Dcffl_combobox.cpp77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData()
130 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
150 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
171 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData()
202 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SaveState()
216 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, true))) { in RestoreState()
231 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in IsFieldFull()
256 (CPWL_ComboBox*)GetPDFWindow(pPageView, false)) { in GetSelectExportText()
Dcffl_listbox.cpp84 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
106 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveData()
144 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) { in GetActionData()
170 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveState()
182 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in RestoreState()
Dcffl_textobject.cpp18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow()
Dcffl_textfield.cpp107 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar()
259 return static_cast<CPWL_Edit*>(GetPDFWindow(pPageView, bNew)); in GetEdit()
Dcffl_radiobutton.cpp119 return static_cast<CPWL_RadioButton*>(GetPDFWindow(pPageView, bNew)); in GetRadioButton()
Dcffl_checkbox.cpp128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()
Dcffl_formfiller.h126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box_embeddertest.cpp65 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
Dcpwl_edit_embeddertest.cpp64 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()