• Home
  • Raw
  • Download

Lines Matching refs:icon_url

86                         const GURL& icon_url,  in HistoryRequestHandler()  argument
90 icon_url_(icon_url), in HistoryRequestHandler()
96 const GURL& icon_url, in HistoryRequestHandler() argument
101 icon_url_(icon_url), in HistoryRequestHandler()
187 const GURL& icon_url, in UpdateFaviconMappingAndFetch() argument
191 history_handler_.reset(new HistoryRequestHandler(page_url, icon_url, in UpdateFaviconMappingAndFetch()
196 const GURL& icon_url, in GetFavicon() argument
200 history_handler_.reset(new HistoryRequestHandler(GURL(), icon_url, in GetFavicon()
221 const GURL& icon_url, in SetHistoryFavicon() argument
224 history_handler_.reset(new HistoryRequestHandler(page_url, icon_url, in SetHistoryFavicon()
281 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
297 history_handler->favicon_data_.icon_url = icon_url; in TEST_F()
306 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url()); in TEST_F()
310 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
316 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url); in TEST_F()
326 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
342 history_handler->favicon_data_.icon_url = icon_url; in TEST_F()
347 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url()); in TEST_F()
351 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
357 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url); in TEST_F()
364 EXPECT_EQ(icon_url, download_handler->image_url_); in TEST_F()
376 EXPECT_EQ(icon_url, history_handler->icon_url_); in TEST_F()
382 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url()); in TEST_F()
389 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
406 history_handler->favicon_data_.icon_url = icon_url; in TEST_F()
415 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url()); in TEST_F()
429 ASSERT_EQ(new_icon_url, helper.current_candidate()->icon_url); in TEST_F()
474 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
491 history_handler->favicon_data_.icon_url = icon_url; in TEST_F()
500 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url()); in TEST_F()
514 ASSERT_EQ(new_icon_url, helper.current_candidate()->icon_url); in TEST_F()
530 history_handler->favicon_data_.icon_url = new_icon_url; in TEST_F()
545 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
573 urls.push_back(FaviconURL(icon_url, FaviconURL::TOUCH_PRECOMPOSED_ICON)); in TEST_F()
582 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url); in TEST_F()
589 EXPECT_EQ(icon_url, history_handler->icon_url_); in TEST_F()
601 EXPECT_EQ(icon_url, download_handler->image_url_); in TEST_F()
614 EXPECT_EQ(new_icon_url, helper.current_candidate()->icon_url); in TEST_F()
631 history_handler->favicon_data_.icon_url = new_icon_url; in TEST_F()
659 const GURL icon_url("http://www.google.com/favicon"); in TEST_F() local
687 urls.push_back(FaviconURL(icon_url, FaviconURL::TOUCH_PRECOMPOSED_ICON)); in TEST_F()
696 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url); in TEST_F()
703 EXPECT_EQ(icon_url, history_handler->icon_url_); in TEST_F()
715 EXPECT_EQ(icon_url, download_handler->image_url_); in TEST_F()
726 EXPECT_EQ(latest_icon_url, helper.current_candidate()->icon_url); in TEST_F()
758 handler->favicon_data_.icon_url = latest_icon_url; in TEST_F()