Searched defs:PromoteDemotedChangesForURL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc230 void LocalFileChangeTracker::PromoteDemotedChangesForURL( function in class:sync_file_system::LocalFileChangeTracker
255 PromoteDemotedChangesForURL(url);
H A Dlocal_file_sync_context.cc841 PromoteDemotedChangesForURL(file_system_context, sync_file_info.url);
847 void LocalFileSyncContext::PromoteDemotedChangesForURL( function in class:sync_file_system::LocalFileSyncContext
858 base::Bind(&LocalFileSyncContext::PromoteDemotedChangesForURL,
867 backend->change_tracker()->PromoteDemotedChangesForURL(url);
889 PromoteDemotedChangesForURL(file_system_context, *iter);

Completed in 132 milliseconds