Home
last modified time | relevance | path

Searched refs:store_property_op_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dproxy_config_service_impl.cc458 store_property_op_ = NULL; in OnSettingsOpCompleted()
487 DCHECK(!store_property_op_); in PersistConfigToDevice()
494 store_property_op_ = SignedSettings::CreateStorePropertyOp( in PersistConfigToDevice()
496 store_property_op_->Execute(); in PersistConfigToDevice()
503 if (store_property_op_) { in OnUISetProxyConfig()
Dproxy_config_service_impl.h257 scoped_refptr<SignedSettings> store_property_op_; variable