Searched refs:NotifyChangesDuration (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.h320 base::TimeDelta NotifyChangesDuration();
H A Dlocal_file_sync_context.cc593 if (base::Time::Now() > last_notified_changes_ + NotifyChangesDuration()) {
597 FROM_HERE, NotifyChangesDuration(),
1051 base::TimeDelta LocalFileSyncContext::NotifyChangesDuration() { function in class:sync_file_system::LocalFileSyncContext

Completed in 118 milliseconds