Home | History | Annotate | Download | only in src

Lines Matching refs:XMLElement

102     XMLElement* se;
103 XMLElement* ke;
104 XMLElement* ve;
112 static int parse_sections(const char* section_name, const XMLElement* section);
190 XMLElement* root = xml.NewElement(BLUEDROID_ROOT);
206 const XMLElement* root = xml.RootElement();
210 const XMLElement* section;
226 static int parse_sections(const char* section_name, const XMLElement* section)
228 const XMLElement* key;
239 const XMLElement* value;
281 static inline XMLElement* add_ele(XMLDocument* xml, XMLElement* p, int index,
287 XMLElement* ele = xml->NewElement(ele_name);