/external/chromium_org/components/dom_distiller/core/ |
article_entry.cc | 60 return specifics.entry_id(); 65 const std::string& entry_id = entry.entry_id(); local 66 return syncer::SyncData::CreateLocalData(entry_id, entry_id, specifics);
|
dom_distiller_observer.h | 25 std::string entry_id; member in struct:dom_distiller::DomDistillerObserver::ArticleUpdate
|
dom_distiller_service.cc | 55 const std::string& entry_id) { 57 if (!store_->GetEntryById(entry_id, &entry)) { 65 const std::string& entry_id) { 67 if (!store_->GetEntryById(entry_id, &entry)) { 112 const std::string& entry_id = entry.entry_id(); local 114 if ((*it)->HasEntryId(entry_id)) {
|
dom_distiller_model.cc | 29 bool DomDistillerModel::GetEntryById(const std::string& entry_id, 32 if (!GetKeyById(entry_id, &key)) { 49 bool DomDistillerModel::GetKeyById(const std::string& entry_id, 51 StringToKeyMap::const_iterator it = entry_id_to_key_map_.find(entry_id); 109 std::string entry_id = GetEntryIdFromSyncData(*it); local 111 entries_to_change.insert(entry_id); 116 if (GetEntryById(entry_id, NULL)) { 124 if (entries_to_change.find(it->second.entry_id()) == 146 const std::string& entry_id = entry.entry_id(); local 157 const std::string& entry_id = entry.entry_id(); local 177 const std::string& entry_id = GetEntryIdFromSyncData(change.sync_data()); local [all...] |
/external/chromium_org/components/dom_distiller/webui/ |
dom_distiller_handler.cc | 53 std::string entry_id; local 54 args->GetString(0, &entry_id); 68 entry->SetString("entry_id", article.entry_id()); 70 article.entry_id() : article.title();
|
/external/chromium_org/third_party/freetype/src/base/ |
ftrfork.c | 698 FT_UInt32 entry_id, entry_offset, entry_length = 0; local 728 if ( FT_READ_LONG( entry_id ) ) 730 if ( entry_id == resource_fork_entry_id )
|
/external/freetype/src/base/ |
ftrfork.c | 698 FT_UInt32 entry_id, entry_offset, entry_length = 0; local 728 if ( FT_READ_LONG( entry_id ) ) 730 if ( entry_id == resource_fork_entry_id )
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api.cc | 894 std::string entry_id; local 895 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &entry_id)) 941 std::string entry_id; local 949 std::string entry_id; local [all...] |
/external/chromium_org/content/browser/devtools/ |
renderer_overrides_handler.cc | 397 int entry_id; local 401 if (!params || !params->GetInteger(param, &entry_id)) { 411 if (controller.GetEntryAtIndex(i)->GetUniqueID() == entry_id) { [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 960 syncable::Id entry_id; local [all...] |
/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | 1159 syncable::Id entry_id; local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 1480 syncable::Id entry_id; local 1552 syncable::Id entry_id; local 1608 syncable::Id entry_id; local [all...] |
/external/chromium_org/sync/engine/ |
syncer_unittest.cc | 1761 syncable::Id entry_id; local 1829 syncable::Id entry_id; local 1881 syncable::Id entry_id; local [all...] |