Home
last modified time | relevance | path

Searched refs:bSave (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp138 FX_BOOL bSave = FALSE; in AddPageNode() local
147 bSave = TRUE; in AddPageNode()
149 if (!bSave) { in AddPageNode()
174 FX_BOOL bSave = FALSE; in AddTopLevelNode() local
185 bSave = TRUE; in AddTopLevelNode()
187 if (!bSave) in AddTopLevelNode()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2428 FX_BOOL bSave = pLabelItems->GetBoolean(XFA_ATTRIBUTE_Save); in GetItemLabel() local
2430 if (bSave) { in GetItemLabel()
2474 FX_BOOL bSave = pLabelItems->GetBoolean(XFA_ATTRIBUTE_Save); in GetItemValue() local
2476 if (bSave) { in GetItemValue()