OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synced_favicons_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc
252
merge_result.set_num_items_before_association(
synced_favicons_
.size());
254
for (FaviconMap::const_iterator iter =
synced_favicons_
.begin();
255
iter !=
synced_favicons_
.end(); ++iter) {
293
FaviconMap::iterator favicon_iter =
synced_favicons_
.find(*iter);
300
UMA_HISTOGRAM_COUNTS_10000("Sync.FaviconCount",
synced_favicons_
.size());
301
merge_result.set_num_items_after_association(
synced_favicons_
.size());
325
for (FaviconMap::const_iterator iter =
synced_favicons_
.begin();
326
iter !=
synced_favicons_
.end(); ++iter) {
356
FaviconMap::iterator favicon_iter =
synced_favicons_
.find(favicon_url);
358
if (favicon_iter ==
synced_favicons_
.end())
[
all
...]
favicon_cache.h
145
// Helper method to get favicon info from |
synced_favicons_
|. If no info
147
// |
synced_favicons_
| and |recent_favicons_| and returns it.
161
// in |
synced_favicons_
|, else returns an invalid GURL.
165
// Merges |sync_favicon| into |
synced_favicons_
|, updating |local_changes|
170
// Updates |
synced_favicons_
| with the favicon data from |sync_favicon|.
174
// from within |
synced_favicons_
|.
200
FaviconMap
synced_favicons_
;
member in class:browser_sync::FaviconCache
202
// An LRU ordering of the favicons comprising |
synced_favicons_
| (oldest to
Completed in 560 milliseconds