GetOauthCodeInUrl   28 remoting/host/setup/oauth_helper.h std::string GetOauthCodeInUrl(const std::string& url,
GetOauthCodeInUrl   30 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl("notURL", GetTestRedirectUrl()));
GetOauthCodeInUrl   34 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(GetTestRedirectUrl(), GetTestRedirectUrl()));
GetOauthCodeInUrl   38 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(GetTestRedirectUrl() + "?",
GetOauthCodeInUrl   43 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(GetTestRedirectUrl() + "?code",
GetOauthCodeInUrl   48 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(GetTestRedirectUrl() + "?code=",
GetOauthCodeInUrl   53 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("Dummy", GetOauthCodeInUrl(GetTestRedirectUrl() + "?code=Dummy",
GetOauthCodeInUrl   58 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("Dummy", GetOauthCodeInUrl(GetTestRedirectUrl() +
GetOauthCodeInUrl   66 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(url, GetTestRedirectUrl()));
GetOauthCodeInUrl   72 remoting/host/setup/oauth_helper_unittest.cc   ASSERT_EQ("", GetOauthCodeInUrl(url, GetTestRedirectUrl()));
GetOauthCodeInUrl   79 remoting/host/setup/win/auth_code_getter.cc   *auth_code = GetOauthCodeInUrl(base::WideToUTF8(static_cast<BSTR>(url)),