HomeSort by relevance Sort by last modified time
    Searched refs:committed_entry (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/engine/
commit_util.cc 205 const sync_pb::SyncEntity& committed_entry,
211 return SyncerProtoUtil::NameFromSyncEntity(committed_entry);
215 const sync_pb::SyncEntity& committed_entry,
222 if (committed_entry.deleted() &&
282 const sync_pb::SyncEntity& committed_entry,
288 // |entry_response| and |committed_entry| have some identically named
289 // fields. We only want to consider fields from |committed_entry| when there
295 local_entry->PutServerIsDel(committed_entry.deleted());
296 if (committed_entry.deleted()) {
302 (committed_entry.folder() |
    [all...]
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 26 const content::NavigationEntry* committed_entry = local
31 committed_entry ? committed_entry->GetUniqueID() : 0,
protected_media_identifier_infobar_delegate.cc 27 const content::NavigationEntry* committed_entry = local
33 committed_entry ? committed_entry->GetUniqueID() : 0,
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 73 const content::NavigationEntry* committed_entry = local
77 committed_entry ? committed_entry->GetUniqueID() : 0,
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 1346 NavigationEntryImpl* committed_entry = local
1376 NavigationEntryImpl* committed_entry = local
    [all...]

Completed in 1411 milliseconds