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

  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.cc 30 callbacks.swap(device_policy_.store_callbacks_);
40 callbacks.swap(device_local_account_state->second.store_callbacks_);
153 device_policy_.store_callbacks_.push_back(callback);
167 device_local_account_policy_[account_id].store_callbacks_.push_back(callback);
device_settings_test_helper.h 130 std::vector<StorePolicyCallback> store_callbacks_; member in struct:chromeos::DeviceSettingsTestHelper::PolicyState
137 return !store_callbacks_.empty() || !retrieve_callbacks_.empty();

Completed in 1449 milliseconds