Searched refs:LoadOnFileThread (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dexternal_registry_extension_loader_win.h23 void LoadOnFileThread();
H A Dexternal_pref_extension_loader.h37 void LoadOnFileThread();
H A Dexternal_pref_extension_loader.cc46 // |base_path_| was set in LoadOnFileThread().
56 &ExternalPrefExtensionLoader::LoadOnFileThread));
59 void ExternalPrefExtensionLoader::LoadOnFileThread() { function in class:ExternalPrefExtensionLoader
H A Dexternal_registry_extension_loader_win.cc38 &ExternalRegistryExtensionLoader::LoadOnFileThread));
41 void ExternalRegistryExtensionLoader::LoadOnFileThread() { function in class:ExternalRegistryExtensionLoader
H A Dimage_loading_tracker.cc46 NewRunnableMethod(this, &ImageLoader::LoadOnFileThread, resource,
50 void LoadOnFileThread(const ExtensionResource& resource, function in class:ImageLoadingTracker::ImageLoader
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_registry_loader_win.h25 void LoadOnFileThread();
H A Dexternal_pref_loader.h54 void LoadOnFileThread();
H A Dexternal_registry_loader_win.cc48 base::Bind(&ExternalRegistryLoader::LoadOnFileThread, this));
51 void ExternalRegistryLoader::LoadOnFileThread() { function in class:extensions::ExternalRegistryLoader
H A Dexternal_pref_loader.cc101 // |base_path_| was set in LoadOnFileThread().
109 base::Bind(&ExternalPrefLoader::LoadOnFileThread, this));
112 void ExternalPrefLoader::LoadOnFileThread() { function in class:extensions::ExternalPrefLoader
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.h62 void LoadOnFileThread();
H A Duser_policy_token_loader.h43 void LoadOnFileThread();
H A Duser_policy_token_loader.cc50 base::Bind(&UserPolicyTokenLoader::LoadOnFileThread, this));
56 void UserPolicyTokenLoader::LoadOnFileThread() { function in class:policy::UserPolicyTokenLoader
H A Duser_policy_disk_cache.cc51 base::Bind(&UserPolicyDiskCache::LoadOnFileThread, this));
65 void UserPolicyDiskCache::LoadOnFileThread() { function in class:policy::UserPolicyDiskCache
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc44 void LoadOnFileThread();
67 this, &UserPolicyIdentityStrategy::TokenCache::LoadOnFileThread));
83 void UserPolicyIdentityStrategy::TokenCache::LoadOnFileThread() { function in class:policy::UserPolicyIdentityStrategy::TokenCache

Completed in 129 milliseconds