Home
last modified time | relevance | path

Searched refs:GetAppState (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h122 CFX_ByteString GetAppState() const;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp76 return pSubDict->GetStream(this->GetAppState()) != NULL; in IsWidgetAppearanceValid()
847 CFX_ByteString csAS = GetAppState(); in ResetAppearance_CheckBox()
1025 CFX_ByteString csAS = GetAppState(); in ResetAppearance_RadioButton()
Dfsdk_baseannot.cpp749 CFX_ByteString CPDFSDK_Annot::GetAppState() const in GetAppState() function in CPDFSDK_Annot