• Home
  • Raw
  • Download

Lines Matching refs:FAVICON

283   TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON);  in TEST_F()
291 EXPECT_EQ(history::FAVICON, history_handler->icon_type_); in TEST_F()
295 history_handler->favicon_data_.icon_type = history::FAVICON; in TEST_F()
310 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
317 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
328 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON); in TEST_F()
336 EXPECT_EQ(history::FAVICON, history_handler->icon_type_); in TEST_F()
340 history_handler->favicon_data_.icon_type = history::FAVICON; in TEST_F()
351 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
358 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
377 EXPECT_EQ(FaviconURL::FAVICON, history_handler->icon_type_); in TEST_F()
392 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON); in TEST_F()
400 EXPECT_EQ(history::FAVICON, history_handler->icon_type_); in TEST_F()
404 history_handler->favicon_data_.icon_type = history::FAVICON; in TEST_F()
423 urls.push_back(FaviconURL(new_icon_url, FaviconURL::FAVICON)); in TEST_F()
430 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
438 EXPECT_EQ(FaviconURL::FAVICON, history_handler->icon_type_); in TEST_F()
462 EXPECT_EQ(FaviconURL::FAVICON, history_handler->icon_type_); in TEST_F()
477 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON); in TEST_F()
485 EXPECT_EQ(history::FAVICON, history_handler->icon_type_); in TEST_F()
489 history_handler->favicon_data_.icon_type = history::FAVICON; in TEST_F()
508 urls.push_back(FaviconURL(new_icon_url, FaviconURL::FAVICON)); in TEST_F()
515 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
523 EXPECT_EQ(FaviconURL::FAVICON, history_handler->icon_type_); in TEST_F()
528 history_handler->favicon_data_.icon_type = history::FAVICON; in TEST_F()
575 urls.push_back(FaviconURL(new_icon_url, FaviconURL::FAVICON)); in TEST_F()
689 urls.push_back(FaviconURL(new_icon_url, FaviconURL::FAVICON)); in TEST_F()