Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp120 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) in OnChar()
143 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged()
150 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) { in SaveData()
166 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) { in GetActionData()
178 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) { in GetActionData()
196 if (CPWL_Edit* pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) { in SetActionData()
225 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) { in SaveState()
234 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, TRUE)) { in RestoreState()
251 pRet = GetPDFWindow(pPageView, FALSE); in ResetPDFWindow()
253 pRet = GetPDFWindow(pPageView, TRUE); in ResetPDFWindow()
[all …]
DFFL_ComboBox.cpp77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE); in IsDataChanged()
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE)); in SaveData()
125 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) { in GetActionData()
145 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) { in GetActionData()
166 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) { in SetActionData()
197 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) { in SaveState()
211 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, TRUE))) { in RestoreState()
234 pRet = GetPDFWindow(pPageView, FALSE); in ResetPDFWindow()
236 pRet = GetPDFWindow(pPageView, TRUE); in ResetPDFWindow()
247 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, FALSE))) { in IsFieldFull()
[all …]
DFFL_ListBox.cpp93 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE); in IsDataChanged()
116 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveData()
159 (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in GetActionData()
188 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveState()
198 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in RestoreState()
215 pRet = GetPDFWindow(pPageView, FALSE); in ResetPDFWindow()
217 pRet = GetPDFWindow(pPageView, TRUE); in ResetPDFWindow()
DFFL_FormFiller.cpp40 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in SetWindowRect()
46 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in GetWindowRect()
60 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in GetViewBBox()
83 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnDraw()
122 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { in OnLButtonDown()
140 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnLButtonUp()
154 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnLButtonDblClk()
170 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, FALSE)) { in OnMouseMove()
186 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { in OnMouseWheel()
197 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) { in OnRButtonDown()
[all …]
DFFL_RadioButton.cpp64 (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnChar()
82 (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnLButtonUp()
94 (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) { in IsDataChanged()
103 (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) { in SaveData()
DFFL_CheckBox.cpp62 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()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h128 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew);