OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryFromChange
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/dom_distiller/core/
article_entry.h
31
ArticleEntry
GetEntryFromChange
(const syncer::SyncChange& change);
article_entry.cc
49
ArticleEntry
GetEntryFromChange
(const syncer::SyncChange& change) {
dom_distiller_store.cc
232
const ArticleEntry& entry =
GetEntryFromChange
(*it);
323
entries_to_remove->push_back(
GetEntryFromChange
(*it));
325
entries_to_save->push_back(
GetEntryFromChange
(*it));
dom_distiller_model.cc
191
ArticleEntry entry =
GetEntryFromChange
(change);
dom_distiller_store_unittest.cc
71
AddEntry(
GetEntryFromChange
(*it), model_);
Completed in 3199 milliseconds