Searched refs:xml_attr_idx (Results 1 – 1 of 1) sorted by relevance
296 const size_t xml_attr_idx = xml_attr_finder.Find(cur_ident); in ApplyStyle() local297 if (xml_attr_idx != xml_attr_finder.end()) { in ApplyStyle()299 xml_parser->getAttributeValue(xml_attr_idx, &value); in ApplyStyle()