Search

Searched defs:tagName (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp816 String getTagAttribute(const String &tagName, const String &attrName);
818 String getTagValue(const String &tagName);
1027 String Element::getTagAttribute(const String &tagName, const String &attrName) argument
1029 std::vector<Element *>elems = findElements(tagName);
1036 String Element::getTagValue(const String &tagName) argument
1038 std::vector<Element *>elems = findElements(tagName);
4743 String tagName = child->getName(); local
4744 if (tagName == "exclude")
4752 else if (tagName == "include")
4797 String tagName local
4856 String tagName = child->getName(); local
6443 String tagName = objectElem->getName(); local
6999 String tagName = child->getName(); local
7247 String tagName = child->getName(); local
7380 String tagName = child->getName(); local
7486 String tagName = child->getName(); local
8087 String tagName = child->getName(); local
8356 String tagName = child->getName(); local
8591 String tagName = child->getName(); local
8720 String tagName = child->getName(); local
8838 String tagName = child->getName(); local
9024 String tagName = elem->getName(); local
9915 String tagName = elem->getName(); local
[all...]

Completed in 42 milliseconds