Home
last modified time | relevance | path

Searched refs:GetFirstChildNamed (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser_unittest.cpp40 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
65 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
90 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
104 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
118 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
132 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
146 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
160 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
174 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
188 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()
[all …]
Dcfx_xmlelement_unittest.cpp164 TEST(CFX_XMLElementTest, GetFirstChildNamed) { in TEST() argument
169 auto* found = node.GetFirstChildNamed(L"node-child"); in TEST()
179 auto* found = node.GetFirstChildNamed(L"node-sibling"); in TEST()
Dcfx_xmlelement.h38 CFX_XMLElement* GetFirstChildNamed(WideStringView name) const;
Dcfx_xmlelement.cpp112 CFX_XMLElement* CFX_XMLElement::GetFirstChildNamed(WideStringView name) const { in GetFirstChildNamed() function in CFX_XMLElement
/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp70 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetDecimalSymbol()
76 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetGroupingSymbol()
82 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetPercentSymbol()
88 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetMinusSymbol()
94 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kCurrencySymbols); in GetCurrencySymbol()
100 CFX_XMLElement* symbols = locale_->GetFirstChildNamed(L"dateTimeSymbols"); in GetDateTimeSymbols()
127 CFX_XMLElement* child = locale_->GetFirstChildNamed(L"calendarSymbols"); in GetCalendarSymbol()
158 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(L"datePatterns"); in GetDatePattern()
183 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(L"timePatterns"); in GetTimePattern()
207 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(L"numberPatterns"); in GetNumPattern()