Searched refs:XFA_GetElementByName (Results 1 – 10 of 10) sorted by relevance
36 EXPECT_EQ(XFA_Element::Unknown, XFA_GetElementByName(L"")); in TEST()37 EXPECT_EQ(XFA_Element::Unknown, XFA_GetElementByName(L"nonesuch")); in TEST()38 EXPECT_EQ(XFA_Element::ConnectionSet, XFA_GetElementByName(L"connectionSet")); in TEST()39 EXPECT_EQ(XFA_Element::Items, XFA_GetElementByName(L"items")); in TEST()42 EXPECT_EQ(XFA_Element::Unknown, XFA_GetElementByName(L"model")); in TEST()
39 XFA_Element XFA_GetElementByName(WideStringView name);
87 XFA_Element eType = XFA_GetElementByName(wsNameView); in CreateNode()
138 XFA_Element XFA_GetElementByName(WideStringView name) { in XFA_GetElementByName() function
670 XFA_Element eType = XFA_GetElementByName(wsTagName.AsStringView()); in NormalLoader()
1660 XFA_Element element = XFA_GetElementByName(wsClass); in GetOneChildOfClass()
54 XFA_Element eType = XFA_GetElementByName(tagName.AsStringView()); in createNode()
212 XFA_Element eElement = XFA_GetElementByName(expression.AsStringView()); in getElement()239 XFA_Element eType = XFA_GetElementByName(expression.AsStringView()); in isPropertySpecified()
421 XFA_Element eType = XFA_GetElementByName(wsPropNameView); in NormalPropertySetter()
383 XFA_Element eType = XFA_GetElementByName(wsName.AsStringView()); in ResolveNormal()