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

  /external/chromium_org/third_party/libjingle/source/talk/base/
json.h 96 bool GetStringFromJsonObject(const Json::Value& in, const std::string& k,
json.cc 291 bool GetStringFromJsonObject(const Json::Value& in, const std::string& k,
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 242 GetStringFromJsonObject(jmessage, kSessionDescriptionTypeName, &type);
245 if (!GetStringFromJsonObject(jmessage, kSessionDescriptionSdpName, &sdp)) {
267 if (!GetStringFromJsonObject(jmessage, kCandidateSdpMidName, &sdp_mid) ||
270 !GetStringFromJsonObject(jmessage, kCandidateSdpName, &sdp)) {

Completed in 63 milliseconds