Searched defs:committed_entry (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmidi_permission_infobar_delegate.cc27 const content::NavigationEntry* committed_entry = local
32 committed_entry ? committed_entry->GetUniqueID() : 0,
H A Dprotected_media_identifier_infobar_delegate.cc27 const content::NavigationEntry* committed_entry = local
33 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_infobar_delegate.cc27 const content::NavigationEntry* committed_entry = local
32 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc66 const content::NavigationEntry* committed_entry = local
70 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/chromium_org/sync/engine/
H A Dcommit_util.cc222 const sync_pb::SyncEntity& committed_entry,
228 return SyncerProtoUtil::NameFromSyncEntity(committed_entry);
232 const sync_pb::SyncEntity& committed_entry,
239 if (committed_entry.deleted() &&
299 const sync_pb::SyncEntity& committed_entry,
305 // |entry_response| and |committed_entry| have some identically named
306 // fields. We only want to consider fields from |committed_entry| when there
312 local_entry->PutServerIsDel(committed_entry.deleted());
313 if (committed_entry.deleted()) {
319 (committed_entry
221 GetResultingPostCommitName( const sync_pb::SyncEntity& committed_entry, const sync_pb::CommitResponse_EntryResponse& entry_response) argument
231 UpdateVersionAfterCommit( const sync_pb::SyncEntity& committed_entry, const sync_pb::CommitResponse_EntryResponse& entry_response, const syncable::Id& pre_commit_id, syncable::ModelNeutralMutableEntry* local_entry) argument
298 UpdateServerFieldsAfterCommit( const sync_pb::SyncEntity& committed_entry, const sync_pb::CommitResponse_EntryResponse& entry_response, syncable::ModelNeutralMutableEntry* local_entry) argument
351 ProcessSuccessfulCommitResponse( const sync_pb::SyncEntity& committed_entry, const sync_pb::CommitResponse_EntryResponse& entry_response, const syncable::Id& pre_commit_id, syncable::ModelNeutralMutableEntry* local_entry, bool syncing_was_set, set<syncable::Id>* deleted_folders) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc1345 NavigationEntryImpl* committed_entry = local
1348 EXPECT_FALSE(committed_entry->GetBrowserInitiatedPostData());
1349 EXPECT_FALSE(committed_entry->is_renderer_initiated());
1351 committed_entry->transferred_global_request_id());
1352 EXPECT_FALSE(committed_entry->should_replace_entry());
1353 EXPECT_FALSE(committed_entry->should_clear_history_list());
1376 NavigationEntryImpl* committed_entry = local
1379 ASSERT_EQ(1U, committed_entry->GetRedirectChain().size());
1380 EXPECT_EQ(GURL("http://foo2"), committed_entry->GetRedirectChain()[0]);

Completed in 136 milliseconds