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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc137 static const char kAttributeCandidate[] = "candidate"; member in namespace:webrtc
957 attribute_candidate != kAttributeCandidate) {
960 description << "Expect line: " << kAttributeCandidate local
965 kAttributeCandidate, error);
1746 InitAttrLine(kAttributeCandidate, &os);
2527 } else if (HasAttribute(line, kAttributeCandidate)) {

Completed in 381 milliseconds