Searched refs:GetPDFWindow (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_textfield.cpp | 121 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) in OnChar() 144 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, false)) in IsDataChanged() 151 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SaveData() 167 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in GetActionData() 179 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in GetActionData() 197 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SetActionData() 226 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, false)) { in SaveState() 235 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, true)) { in RestoreState() 252 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow() 254 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow() [all …]
|
D | cffl_combobox.cpp | 85 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged() 101 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData() 133 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData() 153 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData() 174 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData() 205 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SaveState() 219 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, true))) { in RestoreState() 242 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow() 244 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow() 255 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in IsFieldFull() [all …]
|
D | cffl_formfiller.cpp | 48 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in SetWindowRect() 54 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetWindowRect() 68 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in GetViewBBox() 90 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false)) { in OnDraw() 123 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true)) { in OnLButtonDown() 140 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonUp() 153 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnLButtonDblClk() 168 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, false); in OnMouseMove() 184 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnMouseWheel() 192 CPWL_Wnd* pWnd = GetPDFWindow(pPageView, true); in OnRButtonDown() [all …]
|
D | cffl_listbox.cpp | 94 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false); in IsDataChanged() 116 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveData() 145 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) { in GetActionData() 171 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveState() 183 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in RestoreState() 202 pRet = GetPDFWindow(pPageView, false); in ResetPDFWindow() 204 pRet = GetPDFWindow(pPageView, true); in ResetPDFWindow()
|
D | cffl_radiobutton.cpp | 62 (CPWL_RadioButton*)GetPDFWindow(pPageView, true)) in OnChar() 80 (CPWL_RadioButton*)GetPDFWindow(pPageView, true)) in OnLButtonUp() 92 (CPWL_RadioButton*)GetPDFWindow(pPageView, false)) { in IsDataChanged() 101 (CPWL_RadioButton*)GetPDFWindow(pPageView, false)) { in SaveData()
|
D | cffl_checkbox.cpp | 62 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) in OnChar() 80 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) { in OnLButtonUp() 93 CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false); in IsDataChanged() 98 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false)) { in SaveData()
|
D | cffl_formfiller.h | 126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
|