Searched defs:PathMatch (Results 1 – 2 of 2) sorted by relevance
315 TEST_F(SdchManagerTest, PathMatch) { in TEST_F() argument316 bool (*PathMatch)(const std::string& path, const std::string& restriction) = in TEST_F() local
196 bool SdchManager::Dictionary::PathMatch(const std::string& path, in PathMatch() function in net::SdchManager::Dictionary