Searched refs:IsLineType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc485 static bool IsLineType(const std::string& message, function in namespace:webrtc
496 static bool IsLineType(const std::string& line, function in namespace:webrtc
498 return IsLineType(line, type, 0);
503 if (!IsLineType(message, type, *pos)) {
947 if (IsLineType(first_line, kLineTypeAttributes)) {
1968 if (!IsLineType(line, kLineTypeAttributes) ||
2484 while (!IsLineType(message, kLineTypeMedia, *pos)) {
2495 if (IsLineType(line, kLineTypeSessionBandwidth)) {
2511 if (!IsLineType(line, kLineTypeAttributes)) {

Completed in 171 milliseconds