Home
last modified time | relevance | path

Searched refs:OnSettingsOpCompleted (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings.cc36 void SignedSettings::Relay::OnSettingsOpCompleted( in OnSettingsOpCompleted() function in chromeos::SignedSettings::Relay
140 void OnSettingsOpCompleted(ReturnCode code, bool value);
173 void OnSettingsOpCompleted(ReturnCode code, bool value);
418 d_->OnSettingsOpCompleted(code, value); in PerformCallback()
483 void WhitelistOp::OnSettingsOpCompleted(ReturnCode code, bool value) { in OnSettingsOpCompleted() function in chromeos::WhitelistOp
523 d_->OnSettingsOpCompleted(code, value); in PerformCallback()
596 void StorePropertyOp::OnSettingsOpCompleted(ReturnCode code, bool value) { in OnSettingsOpCompleted() function in chromeos::StorePropertyOp
641 d_->OnSettingsOpCompleted(code, value); in PerformCallback()
761 d_->OnSettingsOpCompleted(code, value); in PerformCallback()
848 d_->OnSettingsOpCompleted(code, value); in PerformCallback()
[all …]
Dsigned_settings_helper.cc120 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::__anon5c1e249e0111::WhitelistOpContext
180 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::__anon5c1e249e0111::StorePropertyOpContext
213 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::__anon5c1e249e0111::RetrievePropertyOpContext
244 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::__anon5c1e249e0111::StorePolicyOpContext
273 virtual void OnSettingsOpCompleted( in OnSettingsOpCompleted() function in chromeos::__anon5c1e249e0111::RetrievePolicyOpContext
Dsigned_settings.h57 virtual void OnSettingsOpCompleted(ReturnCode code, T value) {} in OnSettingsOpCompleted() function
126 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,
Dsigned_settings_unittest.cc50 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::__anon831fab1e0111::DummyDelegate
/external/chromium/chrome/browser/chromeos/
Dproxy_config_service_impl.h198 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,
200 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,
Dproxy_config_service_impl.cc451 void ProxyConfigServiceImpl::OnSettingsOpCompleted( in OnSettingsOpCompleted() function in chromeos::ProxyConfigServiceImpl
463 void ProxyConfigServiceImpl::OnSettingsOpCompleted( in OnSettingsOpCompleted() function in chromeos::ProxyConfigServiceImpl
/external/chromium/chrome/browser/chromeos/cros/
Dlogin_library.cc209 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted() function in chromeos::LoginLibraryImpl::StubDelegate