ParseFaviconPath   74 chrome/browser/ui/webui/favicon_source.cc   bool success = chrome::ParseFaviconPath(path, icon_types_, &parsed);
ParseFaviconPath   36 chrome/common/favicon/favicon_url_parser.h bool ParseFaviconPath(const std::string& path,
ParseFaviconPath   42 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path1, icon_types, &parsed));
ParseFaviconPath   57 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path2, icon_types, &parsed));
ParseFaviconPath   65 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path3, icon_types, &parsed));
ParseFaviconPath   74 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path4, icon_types, &parsed));
ParseFaviconPath   82 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_FALSE(chrome::ParseFaviconPath(path5, icon_types, &parsed));
ParseFaviconPath   84 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_FALSE(chrome::ParseFaviconPath(path6, icon_types, &parsed));
ParseFaviconPath   86 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_FALSE(chrome::ParseFaviconPath(path7, icon_types, &parsed));
ParseFaviconPath   90 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path8, icon_types, &parsed));
ParseFaviconPath  104 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path9, icon_types, &parsed));
ParseFaviconPath  118 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path10, icon_types, &parsed));
ParseFaviconPath  132 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path11, icon_types, &parsed));
ParseFaviconPath  139 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path12, icon_types, &parsed));
ParseFaviconPath  154 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path13, icon_types, &parsed));
ParseFaviconPath  162 chrome/common/favicon/favicon_url_parser_unittest.cc   EXPECT_TRUE(chrome::ParseFaviconPath(path14, icon_types, &parsed));
ParseFaviconPath   88 chrome/renderer/searchbox/searchbox.cc   if (!chrome::ParseFaviconPath(raw_path, chrome::FAVICON, &parsed))