OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryIdFromSyncData
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/dom_distiller/core/
article_entry.h
32
std::string
GetEntryIdFromSyncData
(const syncer::SyncData& data);
article_entry.cc
55
std::string
GetEntryIdFromSyncData
(const syncer::SyncData& data) {
dom_distiller_model.cc
109
std::string entry_id =
GetEntryIdFromSyncData
(*it);
177
const std::string& entry_id =
GetEntryIdFromSyncData
(change.sync_data());
Completed in 613 milliseconds