GetValueForKeyInUrlPathQuery 212 components/dom_distiller/content/dom_distiller_viewer_source.cc url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey); GetValueForKeyInUrlPathQuery 217 components/dom_distiller/content/dom_distiller_viewer_source.cc url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey); GetValueForKeyInUrlPathQuery 25 components/dom_distiller/core/url_utils.h std::string GetValueForKeyInUrlPathQuery(const std::string& path, GetValueForKeyInUrlPathQuery 15 components/dom_distiller/core/url_utils_unittest.cc EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(single_key, "foo")); GetValueForKeyInUrlPathQuery 17 components/dom_distiller/core/url_utils_unittest.cc EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(two_keys, "key1")); GetValueForKeyInUrlPathQuery 18 components/dom_distiller/core/url_utils_unittest.cc EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(two_keys, "key2")); GetValueForKeyInUrlPathQuery 20 components/dom_distiller/core/url_utils_unittest.cc EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(multiple_same_key, "key"));