HomeSort by relevance Sort by last modified time
    Searched refs:EditAttributes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/localize/
ValuesFile.cpp 237 itemNode->EditAttributes().clear();
248 strNode->EditAttributes().clear();
249 strNode->EditAttributes().push_back(XMLAttribute("", "name", str.id));
xmb.cpp 40 vector<XMLAttribute>& attrs = node->EditAttributes();
68 node->EditAttributes().push_back(XMLAttribute("", "name", name));
XMLHandler.h 91 inline vector<XMLAttribute>& EditAttributes() { return m_attrs; }

Completed in 76 milliseconds