Home | History | Annotate | Download | only in browser

Lines Matching full:history

26 // Returns history::IconType the given icon_type corresponds to.
27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) {
30 return history::FAVICON;
32 return history::TOUCH_ICON;
34 return history::TOUCH_PRECOMPOSED_ICON;
36 return history::INVALID_ICON;
40 return history::INVALID_ICON;
45 history::IconType icon_type) {
54 icon_type(history::INVALID_ICON) {
60 history::IconType icon_type)
71 icon_types_(icon_type == FAVICON ? history::FAVICON :
72 history::TOUCH_ICON | history::TOUCH_PRECOMPOSED_ICON),
97 // Request the favicon from the history service. In parallel to this the
108 history::IconType icon_type,
122 history::IconType icon_type) {
134 if (url == url_ && icon_type == history::FAVICON) {
193 history::FAVICON))
229 history::IconType icon_type,
238 history::IconType icon_type,
257 history::IconType icon_type) {
311 history::FaviconData favicon) {
321 if (favicon.known_icon && favicon.icon_type == history::FAVICON &&
344 static_cast<history::IconType>(current_candidate()->icon_type));
349 // either download or check history again.
360 history::IconType icon_type) {
373 // Ask the history service for the icon. This does two things:
377 // This is asynchronous. The history service will call back when done.
387 history::FaviconData favicon) {
394 if (favicon.icon_type == history::FAVICON) {
406 history::FAVICON, NULL);
423 history::IconType icon_type,