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

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 41 def AddText(self, parent, text):
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 76 XmlText::AddText(const std::string & text) {
169 AddText(text);
174 AddText(text);
404 XmlElement::AddText(const std::string & text) {
409 pLastChild_->AsText()->AddText(text);
417 XmlElement::AddText(const std::string & text, int depth) {
424 element->AddText(text);
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 67 void XmlText::AddText(const std::string& text) {
155 AddText(text);
160 AddText(text);
410 void XmlElement::AddText(const std::string& text) {
415 last_child_->AsText()->AddText(text);
422 void XmlElement::AddText(const std::string& text, int depth) {
429 element->AddText(text);

Completed in 82 milliseconds