Searched refs:GetAttrValue (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h80 FX_BOOL GetAttrValue(const CFX_ByteStringC& name,
82 CFX_WideString GetAttrValue(const CFX_ByteStringC& name) const { function in class:CXML_Element
84 GetAttrValue(name, attr);
88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space,
91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, function in class:CXML_Element
94 GetAttrValue(space, name, attr);
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_localemgr.cpp40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid");
H A Dfx_locale.cpp95 if (pDatePattern->GetAttrValue("name") == wsName) {
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h112 void GetAttrValue(CFX_WideString& value);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_locale.cpp36 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : CFX_WideString();
216 if (pChild->GetAttrValue("name") == wsName) {

Completed in 210 milliseconds