Home
last modified time | relevance | path

Searched refs:GetValueForKeyInUrlPathQuery (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
Durl_utils_unittest.cc15 EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(single_key, "foo")); in TEST()
17 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(two_keys, "key1")); in TEST()
18 EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(two_keys, "key2")); in TEST()
20 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(multiple_same_key, "key")); in TEST()
Dviewer.cc147 url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey); in CreateViewRequest()
152 url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey); in CreateViewRequest()
Durl_utils.h25 std::string GetValueForKeyInUrlPathQuery(const std::string& path,
Durl_utils.cc36 std::string GetValueForKeyInUrlPathQuery(const std::string& path, in GetValueForKeyInUrlPathQuery() function