HomeSort by relevance Sort by last modified time
    Searched full:onloaderreloaded (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/
async_policy_provider.cc 25 OnLoaderReloaded(loader_->InitialLoad(registry->schema_map()));
79 // and just posted OnLoaderReloaded(). Therefore a task is posted to the
101 // safe to cancel the |refresh_callback_| now, so that OnLoaderReloaded()
115 void AsyncPolicyProvider::OnLoaderReloaded(scoped_ptr<PolicyBundle> bundle) {
129 base::Bind(&AsyncPolicyProvider::OnLoaderReloaded,
async_policy_provider.h 49 void OnLoaderReloaded(scoped_ptr<PolicyBundle> bundle);
53 // forwards to OnLoaderReloaded() on the loop that owns the provider,

Completed in 43 milliseconds