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

  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 22 class ExternalPrefLoader : public ExternalLoader {
36 ExternalPrefLoader(int base_path_id, Options options);
41 virtual ~ExternalPrefLoader() {}
79 DISALLOW_COPY_AND_ASSIGN(ExternalPrefLoader);
82 // A simplified version of ExternalPrefLoader that loads the dictionary
external_pref_loader.cc 93 ExternalPrefLoader::ExternalPrefLoader(int base_path_id, Options options)
98 const base::FilePath ExternalPrefLoader::GetBaseCrxFilePath() {
105 void ExternalPrefLoader::StartLoading() {
109 base::Bind(&ExternalPrefLoader::LoadOnFileThread, this));
112 void ExternalPrefLoader::LoadOnFileThread() {
150 base::Bind(&ExternalPrefLoader::LoadFinished, this));
153 void ExternalPrefLoader::ReadExternalExtensionPrefFile(
191 void ExternalPrefLoader::ReadStandaloneExtensionPrefFiles(

Completed in 44 milliseconds