Searched refs:kAttributeIceUfrag (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc150 static const char kAttributeIceUfrag[] = "ice-ufrag"; member in namespace:webrtc
1295 InitAttrLine(kAttributeIceUfrag, &os);
1894 } else if (HasAttribute(line, kAttributeIceUfrag)) {
1895 if (!GetValue(line, kAttributeIceUfrag,
2533 } else if (HasAttribute(line, kAttributeIceUfrag)) {
2534 if (!GetValue(line, kAttributeIceUfrag, &transport->ice_ufrag, error)) {

Completed in 267 milliseconds