Searched defs:CPDF_FormControl (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
H A D | doc_formcontrol.cpp | 8 CPDF_FormControl::CPDF_FormControl(CPDF_FormField* pField, CPDF_Dictionary* pWidgetDict) function in class:CPDF_FormControl 14 CFX_FloatRect CPDF_FormControl::GetRect() 18 CFX_ByteString CPDF_FormControl::GetOnStateName() 39 void CPDF_FormControl::SetOnStateName(const CFX_ByteString& csOn) 83 CFX_ByteString CPDF_FormControl::GetCheckedAPState() 99 CFX_WideString CPDF_FormControl::GetExportValue() 116 FX_BOOL CPDF_FormControl::IsChecked() 123 FX_BOOL CPDF_FormControl::IsDefaultChecked() 134 void CPDF_FormControl [all...] |
/external/pdfium/core/include/fpdfdoc/ |
H A D | fpdf_doc.h | 39 class CPDF_FormControl; 812 FX_BOOL ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName); 832 CPDF_FormControl* GetControl(FX_DWORD index, CFX_WideString csFieldName = L""); 838 CPDF_FormControl* GetPageControl(CPDF_Page* pPage, int index) const; 841 CPDF_FormControl* GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y) const; 843 CPDF_FormControl* GetControlByDict(CPDF_Dictionary* pWidgetDict) const; 987 CPDF_FormControl* AddControl(const CPDF_FormField* pField, const CPDF_Dictionary* pWidgetDict); 991 FX_BOOL ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl); 1012 friend class CPDF_FormControl; 1079 CPDF_FormControl* GetContro 1300 class CPDF_FormControl class [all...] |
Completed in 87 milliseconds