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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_service.cc325 bool DeviceLocalAccountPolicyService::IsExtensionCacheDirectoryBusy( function in class:policy::DeviceLocalAccountPolicyService
335 !IsExtensionCacheDirectoryBusy(it->second->account_id())) {
364 DCHECK(IsExtensionCacheDirectoryBusy(account_id));
392 DCHECK(IsExtensionCacheDirectoryBusy(account_id));
540 DCHECK(!IsExtensionCacheDirectoryBusy(it->second->account_id()));
H A Ddevice_local_account_policy_service.h188 bool IsExtensionCacheDirectoryBusy(const std::string& account_id);

Completed in 64 milliseconds