Searched refs:ContainsPath (Results 1 – 7 of 7) sorted by relevance
39 EXPECT_FALSE(icons.ContainsPath("foo")); in TEST()44 EXPECT_TRUE(icons.ContainsPath("foo")); in TEST()45 EXPECT_TRUE(icons.ContainsPath("bar")); in TEST()46 EXPECT_FALSE(icons.ContainsPath("baz")); in TEST()47 EXPECT_FALSE(icons.ContainsPath("")); in TEST()50 EXPECT_FALSE(icons.ContainsPath("foo")); in TEST()
39 bool ContainsPath(const std::string& path) const;
52 bool ExtensionIconSet::ContainsPath(const std::string& path) const { in ContainsPath() function in ExtensionIconSet
149 return iter->second->icons().ContainsPath(path); in URLIsForExtensionIcon()
1744 EXPECT_TRUE(file_util::ContainsPath(foo, bar)); in TEST_F()1745 EXPECT_FALSE(file_util::ContainsPath(foo, baz)); in TEST_F()1746 EXPECT_FALSE(file_util::ContainsPath(foo, foobar)); in TEST_F()1747 EXPECT_FALSE(file_util::ContainsPath(foo, foo)); in TEST_F()1752 EXPECT_TRUE(file_util::ContainsPath(foo, in TEST_F()1754 EXPECT_TRUE(file_util::ContainsPath(foo, in TEST_F()1760 EXPECT_FALSE(file_util::ContainsPath(foo, in TEST_F()
64 BASE_API bool ContainsPath(const FilePath& parent, const FilePath& child);
249 bool ContainsPath(const FilePath &parent, const FilePath& child) { in ContainsPath() function