Searched refs:GetCurPageView (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 167 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in OnKeyDown() 177 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in OnChar() 193 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in GetText() 201 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in GetSelectedText() 209 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in ReplaceSelection() 220 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in CanUndo() 228 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in CanRedo() 236 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in Undo() 244 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in Redo() 263 CPDFSDK_PageView* pPageView = GetCurPageView(false); in KillFocusForAnnot() [all …]
|
D | cffl_combobox.cpp | 219 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in SetIndexSelected() 234 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in IsIndexSelected() 263 CPWL_ComboBox* pComboBox = GetComboBox(GetCurPageView(true), false); in GetSelectExportText()
|
D | cffl_listbox.cpp | 200 CPWL_ListBox* pListBox = GetListBox(GetCurPageView(true)); in SetIndexSelected() 222 CPWL_ListBox* pListBox = GetListBox(GetCurPageView(true)); in IsIndexSelected()
|
D | cffl_textfield.cpp | 114 CPDFSDK_PageView* pPageView = GetCurPageView(true); in OnChar() 133 CPDFSDK_PageView* pPageView = GetCurPageView(true); in OnChar()
|
D | cffl_formfiller.h | 134 CPDFSDK_PageView* GetCurPageView(bool renew);
|