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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.h 81 static std::string PrepResource(const std::string& start, bool* valid);
jid.cc 87 resource_name_ = PrepResource(resource_name_, &valid_resource);
232 std::string Jid::PrepResource(const std::string& resource, bool* valid) {

Completed in 504 milliseconds