OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSettingsOpCompleted
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
signed_settings.h
57
virtual void
OnSettingsOpCompleted
(ReturnCode code, T value) {}
126
virtual void
OnSettingsOpCompleted
(SignedSettings::ReturnCode code,
signed_settings.cc
36
void SignedSettings::Relay::
OnSettingsOpCompleted
(
140
void
OnSettingsOpCompleted
(ReturnCode code, bool value);
173
void
OnSettingsOpCompleted
(ReturnCode code, bool value);
418
d_->
OnSettingsOpCompleted
(code, value);
476
// d_->
OnSettingsOpCompleted
() will be called by this call.
483
void WhitelistOp::
OnSettingsOpCompleted
(ReturnCode code, bool value) {
523
d_->
OnSettingsOpCompleted
(code, value);
589
// d_->
OnSettingsOpCompleted
() will be called by this call.
596
void StorePropertyOp::
OnSettingsOpCompleted
(ReturnCode code, bool value) {
641
d_->
OnSettingsOpCompleted
(code, value)
[
all
...]
signed_settings_unittest.cc
50
virtual void
OnSettingsOpCompleted
(SignedSettings::ReturnCode code,
/external/chromium/chrome/browser/chromeos/cros/
login_library.cc
209
virtual void
OnSettingsOpCompleted
(SignedSettings::ReturnCode code,
/external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc
451
void ProxyConfigServiceImpl::
OnSettingsOpCompleted
(
463
void ProxyConfigServiceImpl::
OnSettingsOpCompleted
(
Completed in 105 milliseconds