Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_xml.h93 bool GetAttrInteger(const CFX_ByteStringC& name, int& attribute) const;
94 int GetAttrInteger(const CFX_ByteStringC& name) const { in GetAttrInteger() function
96 GetAttrInteger(name, attr); in GetAttrInteger()
100 bool GetAttrInteger(const CFX_ByteStringC& space,
103 int GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() function
106 GetAttrInteger(space, name, attr); in GetAttrInteger()
Dfx_xml_parser.cpp761 bool CXML_Element::GetAttrInteger(const CFX_ByteStringC& name, in GetAttrInteger() function in CXML_Element
775 bool CXML_Element::GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() function in CXML_Element
/external/pdfium/xfa/fxfa/parser/
Dxfa_locale.cpp126 if ((!!pSymbolNames->GetAttrInteger("abbr")) != bAbbr) { in GetCalendarSymbol()
129 if (pSymbolNames && (!!pSymbolNames->GetAttrInteger("abbr")) == bAbbr) { in GetCalendarSymbol()