OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyUsernameFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h
75
bool
VerifyUsernameFormat
(const std::string& username,
p2ptransport.cc
130
if (!
VerifyUsernameFormat
(candidate->username(), error))
136
bool P2PTransportParser::
VerifyUsernameFormat
(const std::string& username,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h
94
bool
VerifyUsernameFormat
(TransportProtocol proto,
p2ptransport.cc
162
bool P2PTransportParser::
VerifyUsernameFormat
(TransportProtocol proto,
225
if (!
VerifyUsernameFormat
(proto, candidate->username(), error))
Completed in 171 milliseconds