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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 80 // Returns true if all of the icon URLs and icon types in |bitmap_results| are
82 // Returns false if |bitmap_results| is empty.
85 const std::vector<chrome::FaviconBitmapResult>& bitmap_results) {
86 if (bitmap_results.empty())
91 for (size_t i = 0; i < bitmap_results.size(); ++i) {
92 if (favicon_url.icon_url != bitmap_results[i].icon_url ||
93 icon_type != bitmap_results[i].icon_type) {
120 // Returns true if at least one of the bitmaps in |bitmap_results| is expired or
121 // if |bitmap_results| is missing favicons for |desired_size_in_dip| and one of
125 const std::vector<chrome::FaviconBitmapResult>& bitmap_results) {
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 268 std::vector<chrome::FaviconBitmapResult>* bitmap_results);
275 std::vector<chrome::FaviconBitmapResult>* bitmap_results);
281 std::vector<chrome::FaviconBitmapResult>* bitmap_results);
289 std::vector<chrome::FaviconBitmapResult>* bitmap_results);
    [all...]
history_backend.cc     [all...]
history_backend_unittest.cc 1548 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
1623 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
1951 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
1989 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
2030 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
2188 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
2192 GetScaleFactors1x2x(), &bitmap_results); local
    [all...]
history_service.cc 83 std::vector<chrome::FaviconBitmapResult>* bitmap_results) {
84 callback.Run(*bitmap_results);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 643 const std::vector<chrome::FaviconBitmapResult>& bitmap_results) {
649 if (bitmap_results.size() == 0) {
658 for (size_t i = 0; i < bitmap_results.size(); ++i) {
659 const chrome::FaviconBitmapResult& bitmap_result = bitmap_results[i];
    [all...]
favicon_cache_unittest.cc 422 std::vector<chrome::FaviconBitmapResult> bitmap_results; local
431 bitmap_results.push_back(bitmap_result);
441 bitmap_results.push_back(bitmap_result);
451 bitmap_results.push_back(bitmap_result);
453 cache()->OnFaviconDataAvailable(test_data.page_url, bitmap_results);
    [all...]

Completed in 99 milliseconds