OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FaviconCache
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h
48
class
FaviconCache
: public syncer::SyncableService,
51
FaviconCache
(Profile* profile, int max_sync_favicon_limit);
52
virtual ~
FaviconCache
();
231
base::WeakPtrFactory<
FaviconCache
> weak_ptr_factory_;
233
DISALLOW_COPY_AND_ASSIGN(
FaviconCache
);
favicon_cache.cc
226
FaviconCache
::
FaviconCache
(Profile* profile, int max_sync_favicon_limit)
236
FaviconCache
::~
FaviconCache
() {}
238
syncer::SyncMergeResult
FaviconCache
::MergeDataAndStartSyncing(
311
void
FaviconCache
::StopSyncing(syncer::ModelType type) {
318
syncer::SyncDataList
FaviconCache
::GetAllSyncData(syncer::ModelType type)
333
syncer::SyncError
FaviconCache
::ProcessSyncChanges(
406
void
FaviconCache
::OnPageFaviconUpdated(const GURL& page_url) {
449
base::Bind(&
FaviconCache
::OnFaviconDataAvailable
[
all
...]
favicon_cache_unittest.cc
282
FaviconCache
* cache() { return &cache_; }
297
FaviconCache
cache_;
[
all
...]
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h
68
// on to
FaviconCache
for out-of-band favicon syncing.
140
FaviconCache
* GetFaviconCache();
337
FaviconCache
favicon_cache_;
sessions_sync_manager.cc
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service.h
69
class
FaviconCache
;
[
all
...]
profile_sync_components_factory_impl.cc
520
browser_sync::
FaviconCache
* favicons =
profile_sync_service.cc
446
browser_sync::
FaviconCache
* ProfileSyncService::GetFaviconCache() {
[
all
...]
Completed in 123 milliseconds