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

  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h 47 const sync_pb::SyncEntity& committed_entry,
55 const sync_pb::SyncEntity& committed_entry,
70 const sync_pb::SyncEntity& committed_entry,
81 const sync_pb::SyncEntity& committed_entry,
87 const sync_pb::SyncEntity& committed_entry,
process_commit_response_command.cc 284 const sync_pb::SyncEntity& committed_entry,
290 return SyncerProtoUtil::NameFromSyncEntity(committed_entry);
294 const sync_pb::SyncEntity& committed_entry,
301 if (committed_entry.deleted() &&
357 const sync_pb::SyncEntity& committed_entry,
363 // |entry_response| and |committed_entry| have some identically named
364 // fields. We only want to consider fields from |committed_entry| when there
370 local_entry->Put(SERVER_IS_DEL, committed_entry.deleted());
371 if (committed_entry.deleted()) {
377 (committed_entry.folder() |
    [all...]
  /external/chromium_org/sync/engine/
process_commit_response_command.h 77 const sync_pb::SyncEntity& committed_entry,
85 const sync_pb::SyncEntity& committed_entry,
100 const sync_pb::SyncEntity& committed_entry,
111 const sync_pb::SyncEntity& committed_entry,
117 const sync_pb::SyncEntity& committed_entry,
process_commit_response_command.cc 238 const sync_pb::SyncEntity& committed_entry,
244 return SyncerProtoUtil::NameFromSyncEntity(committed_entry);
248 const sync_pb::SyncEntity& committed_entry,
255 if (committed_entry.deleted() &&
312 const sync_pb::SyncEntity& committed_entry,
318 // |entry_response| and |committed_entry| have some identically named
319 // fields. We only want to consider fields from |committed_entry| when there
325 local_entry->Put(SERVER_IS_DEL, committed_entry.deleted());
326 if (committed_entry.deleted()) {
332 (committed_entry.folder() |
    [all...]
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 45 const content::NavigationEntry* committed_entry = infobar_service-> local
47 contents_unique_id_ = committed_entry ? committed_entry->GetUniqueID() : 0;
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 34 const content::NavigationEntry* committed_entry = local
38 committed_entry ? committed_entry->GetUniqueID() : 0,
  /external/chromium/chrome/browser/tabs/
tab_finder.cc 216 NavigationEntry* committed_entry = tab->controller().GetLastCommittedEntry();
217 if (!committed_entry || committed_entry->url().is_empty())
225 committed_entry->url(),

Completed in 116 milliseconds