HomeSort by relevance Sort by last modified time
    Searched refs:HasPendingOperations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_key_manager.cc 53 DCHECK(!HasPendingOperations());
70 DCHECK(!HasPendingOperations());
184 bool EasyUnlockKeyManager::HasPendingOperations() const {
218 if (!HasPendingOperations())
240 if (!HasPendingOperations())
easy_unlock_key_manager.h 86 bool HasPendingOperations() const;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.cc 76 } while (HasPendingOperations());
79 bool DeviceSettingsTestHelper::HasPendingOperations() const {
80 if (device_policy_.HasPendingOperations())
87 if (device_local_account_state->second.HasPendingOperations())
device_settings_test_helper.h 55 bool HasPendingOperations() const;
136 bool HasPendingOperations() const {

Completed in 38 milliseconds