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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule.h 98 //! update to any property will set the inner xml. Setting the raw_xml will
150 virtual const XmlElement* raw_xml() const = 0;
200 virtual const XmlElement* raw_xml() const = 0;
219 const XmlElement* raw_xml) = 0;
224 const XmlElement* raw_xml) = 0;
227 const XmlElement* raw_xml) = 0;
rostermodule_unittest.cc 142 os<<"]"<<presence->raw_xml()->Str();
163 os<<"]]"<<contact->raw_xml()->Str();
176 const XmlElement* raw_xml) {
179 ss_<<"]"<<raw_xml->Str();
185 const XmlElement* raw_xml) {
186 ss_<<"[SubscriptionError from:"<<from.Str()<<"]"<<raw_xml->Str();
190 const XmlElement* raw_xml) {
191 ss_<<"[RosterError]"<<raw_xml->Str();
rostermoduleimpl.h 40 //! update to any property will set the inner xml. Setting the raw_xml will
90 virtual const XmlElement* raw_xml() const;
147 virtual const XmlElement* raw_xml() const;
rostermoduleimpl.cc 342 XmppPresenceImpl::raw_xml() const { function in class:buzz::XmppPresenceImpl
555 XmppRosterContactImpl::raw_xml() const { function in class:buzz::XmppRosterContactImpl
619 const XmlElement* element = outgoing_presence_.raw_xml();
641 XmlElement element(*(presence->raw_xml()));
766 const XmlElement* contact_xml = contact->raw_xml();
chatroommoduleimpl.cc 658 presence_->set_raw_xml(presence->raw_xml());
  /external/chromium_org/tools/metrics/histograms/
pretty_print.py 111 def PrettyPrint(raw_xml):
115 raw_xml: The contents of the histograms XML file, as a string.
120 tree = xml.dom.minidom.parseString(raw_xml)

Completed in 585 milliseconds