Home
last modified time | relevance | path

Searched refs:ShouldTransientErrorThisId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/test/engine/
Dmock_connection_manager.h292 bool ShouldTransientErrorThisId(syncable::Id id);
Dmock_connection_manager.cc559 bool MockConnectionManager::ShouldTransientErrorThisId(syncable::Id id) { in ShouldTransientErrorThisId() function in syncer::MockConnectionManager
598 if (ShouldTransientErrorThisId(id)) { in ProcessCommit()