Lines Matching full:history
81 // This class is used to save the history request for verifying with test case.
82 // It also will be used to simulate the history response.
116 history::FaviconData favicon_data_;
125 // This class is used to catch the FaviconHelper's download and history request,
188 history::IconType icon_type,
197 history::IconType icon_type,
223 history::IconType icon_type) OVERRIDE {
287 // Ensure the data given to history is correct.
291 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
295 history_handler->favicon_data_.icon_type = history::FAVICON;
302 // Send history response.
332 // Ensure the data given to history is correct.
336 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
340 history_handler->favicon_data_.icon_type = history::FAVICON;
343 // Send history response.
373 // New icon should be saved to history backend and navigation entry.
396 // Ensure the data given to history is correct.
400 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
404 history_handler->favicon_data_.icon_type = history::FAVICON;
411 // Send history response.
418 // history.
434 // Favicon should be requested from history.
458 // New icon should be saved to history backend and navigation entry.
481 // Ensure the data given to history is correct.
485 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
489 history_handler->favicon_data_.icon_type = history::FAVICON;
496 // Send history response.
503 // history.
519 // Favicon should be requested from history.
528 history_handler->favicon_data_.icon_type = history::FAVICON;
552 // Ensure the data given to history is correct.
556 EXPECT_EQ(history::TOUCH_PRECOMPOSED_ICON | history::TOUCH_ICON,
561 // Send history response.
568 // history.
586 // Favicon should be requested from history.
605 // history.
617 // Favicon should be requested from history.
627 // Smulates getting a expired icon from history.
629 history_handler->favicon_data_.icon_type = history::TOUCH_ICON;
648 // New icon should be saved to history backend.
666 // Ensure the data given to history is correct.
670 EXPECT_EQ(history::TOUCH_PRECOMPOSED_ICON | history::TOUCH_ICON,
675 // Send history response.
682 // history.
700 // Favicon should be requested from history.
719 // history.
729 // Whether new icon is requested from history
737 // history.
751 // Smulates getting the icon from history.
754 history::TOUCH_ICON, callback));
757 handler->favicon_data_.icon_type = history::TOUCH_ICON;