Searched refs:pXmlElement (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.h43 CXmlElement(_xmlNode *pXmlElement);
47 void setXmlElement(_xmlNode *pXmlElement);
H A DXmlElement.cpp37 CXmlElement::CXmlElement(_xmlNode *pXmlElement) : _pXmlElement(pXmlElement) argument
45 void CXmlElement::setXmlElement(_xmlNode *pXmlElement) argument
47 _pXmlElement = pXmlElement;
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp131 static void FX_GetCalendarSymbol(CXML_Element* pXmlElement, argument
138 CXML_Element* pChild = pXmlElement->GetElement(bsSpace, "calendarSymbols");
224 static void FX_GetPattern(CXML_Element* pXmlElement, argument
230 pXmlElement->GetElement(bsSpace, bsCategory + "s");
237 static void FX_GetDateTimePattern(CXML_Element* pXmlElement, argument
242 FX_GetPattern(pXmlElement, bsCategory, wsType, wsPattern);

Completed in 113 milliseconds