HomeSort by relevance Sort by last modified time
    Searched full:two_keys (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/dom_distiller/core/
url_utils_unittest.cc 16 const std::string two_keys = "mypath?key1=foo&key2=bar"; local
17 EXPECT_EQ("foo", GetValueForKeyInUrlPathQuery(two_keys, "key1"));
18 EXPECT_EQ("bar", GetValueForKeyInUrlPathQuery(two_keys, "key2"));

Completed in 52 milliseconds