Home | History | Annotate | Download | only in browser

Lines Matching refs:icon_url

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