Home
last modified time | relevance | path

Searched refs:SetCryptographerReady (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/engine/
Dall_status.h60 void SetCryptographerReady(bool ready);
Dall_status.cc130 void AllStatus::SetCryptographerReady(bool ready) { in SetCryptographerReady() function in syncer::AllStatus
/external/chromium_org/sync/internal_api/
Dsync_manager_impl.cc396 allstatus_.SetCryptographerReady(cryptographer->is_ready()); in OnCryptographerStateChanged()