Home
last modified time | relevance | path

Searched refs:OnCredentialsChanged (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/policy/
Dcloud_policy_identity_strategy.cc26 FOR_EACH_OBSERVER(Observer, observer_list_, OnCredentialsChanged()); in NotifyAuthChanged()
Dcloud_policy_identity_strategy.h34 virtual void OnCredentialsChanged() = 0;
Dcloud_policy_controller.h65 virtual void OnCredentialsChanged();
Dcloud_policy_controller.cc169 void CloudPolicyController::OnCredentialsChanged() { in OnCredentialsChanged() function in policy::CloudPolicyController