ParseAuthTokenWithService   14 remoting/base/auth_token_util.h void ParseAuthTokenWithService(const std::string& auth_service_with_token,
ParseAuthTokenWithService   12 remoting/base/auth_token_util_unittest.cc TEST(AuthTokenUtilTest, ParseAuthTokenWithService) {
ParseAuthTokenWithService   16 remoting/base/auth_token_util_unittest.cc   ParseAuthTokenWithService("service:token", &auth_token, &auth_service);
ParseAuthTokenWithService   21 remoting/base/auth_token_util_unittest.cc   ParseAuthTokenWithService("token2", &auth_token, &auth_service);
ParseAuthTokenWithService   25 remoting/base/auth_token_util_unittest.cc   ParseAuthTokenWithService("just_service:", &auth_token, &auth_service);
ParseAuthTokenWithService   29 remoting/base/auth_token_util_unittest.cc   ParseAuthTokenWithService("yay:token:has:colons", &auth_token, &auth_service);
ParseAuthTokenWithService  155 remoting/host/it2me/it2me_native_messaging_host.cc   ParseAuthTokenWithService(auth_service_with_token,
ParseAuthTokenWithService  472 remoting/host/plugin/host_script_object.cc   ParseAuthTokenWithService(auth_service_with_token, &xmpp_config.auth_token,