Searched refs:BadWrite (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 299 return BadWrite("unknown transport type: " + transport_type, error); in GetParserAndTranslator() 303 return BadWrite("unknown content name: " + content_name, error); in GetParserAndTranslator() 716 BadWrite("unknown content type: " + content.type, error); in WriteContentInfo() 746 return BadWrite("Gingle protocol may not reject individual contents.", in WriteGingleContentInfos() 761 return BadWrite("Gingle protocol may not reject individual contents.", in WriteGingleContentInfos() 780 return BadWrite("Gingle protocol may only have one content.", error); in WriteGingleContentInfos() 812 return BadWrite("No transport for content: " + content->name, error); in WriteJingleContents()
|
D | parsing.h | 77 bool BadWrite(const std::string& text, WriteError* error);
|
D | parsing.cc | 48 bool BadWrite(const std::string& text, WriteError* err) { in BadWrite() function
|
D | p2ptransport.cc | 243 return BadWrite("Cannot write candidate because of unknown component.", in WriteCandidate()
|
D | session.cc | 1503 return BadWrite(message_error.text, error); in OnRedirectError() 1507 return BadWrite("Redirection not allowed: must be the same bare jid.", in OnRedirectError()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | mediasessionclient.cc | 1139 return BadWrite("Data channel not supported with Gingle.", error); in WriteContent() 1144 return BadWrite("Unknown content type: " + in WriteContent()
|