Home | History | Annotate | Download | only in common

Lines Matching refs:Providers

19 typedef PolicyServiceImpl::Providers::const_iterator Iterator;
35 // single Dictionary policy when all providers have support for that. For
72 PolicyServiceImpl::PolicyServiceImpl(const Providers& providers)
76 providers_ = providers;
77 for (Iterator it = providers.begin(); it != providers.end(); ++it) {
133 // Refresh is immediately complete if there are no providers. See the note
141 // Some providers might invoke OnUpdatePolicy synchronously while handling
154 // Note: a policy change may trigger further policy changes in some providers.
234 // Check if all the providers just became initialized for each domain; if so,