HomeSort by relevance Sort by last modified time
    Searched refs:GetPresence (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpushbutton.cpp 126 (border.GetPresence() == XFA_ATTRIBUTEENUM_Visible)) {
141 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
179 caption.GetPresence() == XFA_ATTRIBUTEENUM_Visible) {
xfa_ffpath.cpp 69 if (edge.GetPresence() != XFA_ATTRIBUTEENUM_Visible) {
xfa_ffcheckbutton.cpp 96 if (caption.IsExistInXML() && caption.GetPresence()) {
xfa_fffield.cpp 189 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
663 caption.GetPresence() == XFA_ATTRIBUTEENUM_Visible) {
xfa_ffwidgetacc.cpp 130 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
764 caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) {
    [all...]
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 85 int32_t GetPresence();
171 int32_t GetPresence();
464 int32_t GetPresence() const;
466 return GetPresence() == XFA_ATTRIBUTEENUM_Visible;
516 int32_t GetPresence() const;
586 int32_t GetPresence();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 85 int32_t CXFA_Fill::GetPresence() {
374 int32_t CXFA_Caption::GetPresence() {
    [all...]

Completed in 84 milliseconds