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

  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 56 notifier_.reset(new PolicyNotifier());
62 cloud_policy_cache_->set_policy_notifier(notifier_.get());
68 notifier_.get()));
75 notifier_.get()));
118 return notifier_->state();
122 return notifier_->error_details();
cloud_policy_cache_base.h 43 notifier_ = notifier;
129 PolicyNotifier* notifier_; member in class:policy::CloudPolicyCacheBase
cloud_policy_subsystem.h 110 return notifier_.get();
125 scoped_ptr<PolicyNotifier> notifier_; member in class:policy::CloudPolicySubsystem
device_token_fetcher.cc 165 notifier_ = notifier;
188 notifier_->Inform(CloudPolicySubsystem::UNENROLLED,
194 notifier_->Inform(CloudPolicySubsystem::SUCCESS,
201 notifier_->Inform(CloudPolicySubsystem::UNMANAGED,
212 notifier_->Inform(CloudPolicySubsystem::NETWORK_ERROR,
221 notifier_->Inform(CloudPolicySubsystem::NETWORK_ERROR,
227 notifier_->Inform(CloudPolicySubsystem::BAD_GAIA_TOKEN,
device_token_fetcher_unittest.cc 63 PolicyNotifier notifier_; member in class:policy::DeviceTokenFetcherTest
75 DeviceTokenFetcher fetcher(&service_, cache_.get(), &notifier_);
109 DeviceTokenFetcher fetcher(&service_, cache_.get(), &notifier_, 0, 0, 0);
127 DeviceTokenFetcher fetcher(&service_, cache_.get(), &notifier_);
cloud_policy_cache_base.cc 58 : notifier_(NULL),
183 if (notifier_)
184 notifier_->Inform(state, error_details, PolicyNotifier::POLICY_CACHE);
cloud_policy_controller.cc 212 notifier_ = notifier;
314 notifier_->Inform(CloudPolicySubsystem::UNMANAGED,
325 // |notifier_| isn't informed about anything at this point, we wait for
335 notifier_->Inform(CloudPolicySubsystem::SUCCESS,
340 notifier_->Inform(CloudPolicySubsystem::NETWORK_ERROR,
346 notifier_->Inform(CloudPolicySubsystem::NETWORK_ERROR,
360 notifier_->Inform(CloudPolicySubsystem::NETWORK_ERROR,
cloud_policy_controller.h 139 PolicyNotifier* notifier_; member in class:policy::CloudPolicyController
device_token_fetcher.h 132 PolicyNotifier* notifier_; member in class:policy::DeviceTokenFetcher
cloud_policy_controller_unittest.cc 100 &notifier_));
109 &notifier_,
159 PolicyNotifier notifier_; member in class:policy::CloudPolicyControllerTest

Completed in 302 milliseconds