Searched defs:ArticleEntry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Darticle_entry.h20 typedef sync_pb::ArticleSpecifics ArticleEntry; typedef in namespace:dom_distiller
24 bool IsEntryValid(const ArticleEntry& entry);
26 bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right);
28 sync_pb::EntitySpecifics SpecificsFromEntry(const ArticleEntry& entry);
29 ArticleEntry EntryFromSpecifics(const sync_pb::EntitySpecifics& specifics);
31 ArticleEntry GetEntryFromChange(const syncer::SyncChange& change);
33 syncer::SyncData CreateLocalData(const ArticleEntry& entry);

Completed in 778 milliseconds