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

  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
lookup_key_util_test.cc 23 TEST(LookupKeyUtilTest, GetUrlForKey) {
25 EXPECT_EQ("test:///", util.GetUrlForKey(""));
26 EXPECT_EQ("test:///data", util.GetUrlForKey("data"));
27 EXPECT_EQ("test:///data/US", util.GetUrlForKey("data/US"));
28 EXPECT_EQ("test:///data/CA--fr", util.GetUrlForKey("data/CA--fr"));
fake_downloader.cc 93 data.insert(std::make_pair(GetLookupKeyUtil().GetUrlForKey(key), value));
104 .GetUrlForKey(key.substr(0, kAggregateDataKeyLength));
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
lookup_key_util.h 28 // Download(lookup_keys.GetUrlForKey("data/US"));
39 std::string GetUrlForKey(const std::string& key) const;
lookup_key_util.cc 31 std::string LookupKeyUtil::GetUrlForKey(const std::string& key) const {
retriever.cc 71 downloader_.Download(lookup_key_util_.GetUrlForKey(key), *downloaded_);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
retriever_test.cc 84 std::string GetUrlForKey(const std::string& key) {
85 return retriever_->GetUrlForKey(key);
308 TEST_F(RetrieverTest, GetUrlForKey) {
310 EXPECT_EQ("test:///", GetUrlForKey(""));
311 EXPECT_EQ("test:///data", GetUrlForKey("data"));
312 EXPECT_EQ("test:///data/US", GetUrlForKey("data/US"));
313 EXPECT_EQ("test:///data/CA--fr", GetUrlForKey("data/CA--fr"));
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
retriever.h 72 std::string GetUrlForKey(const std::string& key) const;
retriever.cc 201 downloader_->Download(GetUrlForKey(key),
237 std::string Retriever::GetUrlForKey(const std::string& key) const {

Completed in 181 milliseconds