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

  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.h 29 bool IsVisible() const { return GetPresence() == XFA_ATTRIBUTEENUM_Visible; }
cxfa_caption.cpp 15 XFA_ATTRIBUTEENUM eAttr = XFA_ATTRIBUTEENUM_Visible;
xfa_basic_data_enum.cpp 51 {0xf55d7ee, L"visible", XFA_ATTRIBUTEENUM_Visible},
cxfa_widgetdata.cpp 26 if (strokes[nIndex * 2 + 1].GetPresence() == XFA_ATTRIBUTEENUM_Visible) {
419 if (border && border.GetPresence() != XFA_ATTRIBUTEENUM_Visible)
    [all...]
cxfa_layoutpagemgr.cpp 96 if (eAttributeValue == XFA_ATTRIBUTEENUM_Visible ||
    [all...]
xfa_basic_data_attributes.cpp 259 (void*)XFA_ATTRIBUTEENUM_Visible},
    [all...]
xfa_layout_itemlayout.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.cpp 122 if (border && border.GetPresence() == XFA_ATTRIBUTEENUM_Visible) {
172 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible)
xfa_ffpath.cpp 71 if (edge.GetPresence() != XFA_ATTRIBUTEENUM_Visible)
xfa_fffield.cpp 579 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible)
xfa_ffwidget.cpp     [all...]
xfa_ffwidgetacc.cpp 715 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 139 XFA_ATTRIBUTEENUM_Visible,

Completed in 70 milliseconds