Searched refs:GetPDFWindow (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 55 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 …]
|
D | cffl_combobox.cpp | 77 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()
|
D | cffl_listbox.cpp | 84 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()
|
D | cffl_textobject.cpp | 18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow()
|
D | cffl_textfield.cpp | 107 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar() 259 return static_cast<CPWL_Edit*>(GetPDFWindow(pPageView, bNew)); in GetEdit()
|
D | cffl_radiobutton.cpp | 119 return static_cast<CPWL_RadioButton*>(GetPDFWindow(pPageView, bNew)); in GetRadioButton()
|
D | cffl_checkbox.cpp | 128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()
|
D | cffl_formfiller.h | 126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box_embeddertest.cpp | 65 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|
D | cpwl_edit_embeddertest.cpp | 64 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|