GetKeyForUrl 208 third_party/libaddressinput/chromium/cpp/src/retriever.cc const std::string& key = GetKeyForUrl(url); GetKeyForUrl 79 third_party/libaddressinput/chromium/cpp/src/retriever.h std::string GetKeyForUrl(const std::string& url) const; GetKeyForUrl 89 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc return retriever_->GetKeyForUrl(url); GetKeyForUrl 316 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc TEST_F(RetrieverTest, GetKeyForUrl) { GetKeyForUrl 318 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("", GetKeyForUrl("test://")); GetKeyForUrl 319 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("", GetKeyForUrl("http://www.google.com/")); GetKeyForUrl 320 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("", GetKeyForUrl("")); GetKeyForUrl 321 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("", GetKeyForUrl("test:///")); GetKeyForUrl 322 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("data", GetKeyForUrl("test:///data")); GetKeyForUrl 323 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("data/US", GetKeyForUrl("test:///data/US")); GetKeyForUrl 324 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ("data/CA--fr", GetKeyForUrl("test:///data/CA--fr"));