HomeSort by relevance Sort by last modified time
    Searched refs:TOUCH_PRECOMPOSED_ICON (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/common/
favicon_url.h 18 TOUCH_PRECOMPOSED_ICON = 1 << 2
  /external/chromium/chrome/browser/
favicon_helper_unittest.cc 556 EXPECT_EQ(history::TOUCH_PRECOMPOSED_ICON | history::TOUCH_ICON,
573 urls.push_back(FaviconURL(icon_url, FaviconURL::TOUCH_PRECOMPOSED_ICON));
583 ASSERT_EQ(FaviconURL::TOUCH_PRECOMPOSED_ICON,
590 EXPECT_EQ(FaviconURL::TOUCH_PRECOMPOSED_ICON, history_handler->icon_type_);
670 EXPECT_EQ(history::TOUCH_PRECOMPOSED_ICON | history::TOUCH_ICON,
687 urls.push_back(FaviconURL(icon_url, FaviconURL::TOUCH_PRECOMPOSED_ICON));
697 ASSERT_EQ(FaviconURL::TOUCH_PRECOMPOSED_ICON,
704 EXPECT_EQ(FaviconURL::TOUCH_PRECOMPOSED_ICON, history_handler->icon_type_);
favicon_helper.cc 33 case FaviconURL::TOUCH_PRECOMPOSED_ICON:
34 return history::TOUCH_PRECOMPOSED_ICON;
72 history::TOUCH_ICON | history::TOUCH_PRECOMPOSED_ICON),
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 354 FaviconID id3 = db.AddFavicon(url, TOUCH_PRECOMPOSED_ICON);
363 EXPECT_EQ(TOUCH_PRECOMPOSED_ICON, icon_mapping.front().icon_type);
history_backend_unittest.cc 866 // Add a TOUCH_PRECOMPOSED_ICON
870 TOUCH_PRECOMPOSED_ICON);
    [all...]
history_types.h 685 TOUCH_PRECOMPOSED_ICON = 1 << 2
history_backend.cc     [all...]

Completed in 86 milliseconds