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

  /external/chromium/chrome/browser/
favicon_helper.cc 137 UpdateFavicon(entry, sized_image);
141 void FaviconHelper::UpdateFavicon(NavigationEntry* entry,
145 UpdateFavicon(entry, image);
148 void FaviconHelper::UpdateFavicon(NavigationEntry* entry,
332 UpdateFavicon(entry, favicon.image_data);
399 UpdateFavicon(entry, favicon.image_data);
favicon_helper.h 201 void UpdateFavicon(NavigationEntry* entry,
203 void UpdateFavicon(NavigationEntry* entry, const SkBitmap& image);
favicon_helper_unittest.cc 472 TEST_F(FaviconHelperTest, UpdateFavicon) {

Completed in 37 milliseconds