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

  /external/chromium_org/components/dom_distiller/core/
url_utils_unittest.cc 15 EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(single_key, "foo"));
17 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(two_keys, "key1"));
18 EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(two_keys, "key2"));
20 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(multiple_same_key, "key"));
26 EXPECT_EQ("", GetValueForKeyInUrlPathQuery(invalid_url, "key"));
30 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(valid_url_with_key, "key"));
34 EXPECT_EQ("", GetValueForKeyInUrlPathQuery(valid_url_no_key, "key"));
39 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(valid_url_two_keys, "key"));
url_utils.h 31 std::string GetValueForKeyInUrlPathQuery(const std::string& path,
url_utils.cc 48 std::string GetValueForKeyInUrlPathQuery(const std::string& path,
viewer.cc 222 url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey);
227 url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey);

Completed in 40 milliseconds