Searched refs:GetAttrValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 80 FX_BOOL GetAttrValue(const CFX_ByteStringC& name, 82 CFX_WideString GetAttrValue(const CFX_ByteStringC& name) const { in GetAttrValue() function 84 GetAttrValue(name, attr); in GetAttrValue() 88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space, 91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function 94 GetAttrValue(space, name, attr); in GetAttrValue()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 265 void CXML_Parser::GetAttrValue(CFX_WideString& value) { in GetAttrValue() function in CXML_Parser 395 GetAttrValue(attr_value); in ParseElement() 638 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& name, in GetAttrValue() function in CXML_Element 642 return GetAttrValue(bsSpace, bsName, attribute); in GetAttrValue() 644 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function in CXML_Element
|
D | xml_int.h | 112 void GetAttrValue(CFX_WideString& value);
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localemgr.cpp | 40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid"); in FX_LocaleMgr_Create()
|
D | fx_locale.cpp | 95 if (pDatePattern->GetAttrValue("name") == wsName) { in FX_GetXMLContent()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_locale.cpp | 36 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : CFX_WideString(); in GetName() 216 if (pChild->GetAttrValue("name") == wsName) { in GetPattern()
|