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

  /external/chromium/chrome/browser/extensions/
user_script_master.cc 45 UserScriptMaster::ScriptReloader::ScriptReloader(UserScriptMaster* master)
51 bool UserScriptMaster::ScriptReloader::ParseMetadataHeader(
135 void UserScriptMaster::ScriptReloader::StartScan(
143 this, &UserScriptMaster::ScriptReloader::RunScan, script_dir,
147 void UserScriptMaster::ScriptReloader::NotifyMaster(
181 void UserScriptMaster::ScriptReloader::LoadScriptsFromDirectory(
269 void UserScriptMaster::ScriptReloader::RunScan(
293 UserScriptMaster::UserScriptMaster(const FilePath& script_dir, Profile* profile
    [all...]
user_script_master.h 26 class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>,
31 explicit UserScriptMaster(const FilePath& script_dir, Profile* profile);
52 friend class base::RefCountedThreadSafe<UserScriptMaster>;
54 virtual ~UserScriptMaster();
72 : public base::RefCountedThreadSafe<UserScriptMaster::ScriptReloader> {
81 explicit ScriptReloader(UserScriptMaster* master);
94 friend class base::RefCountedThreadSafe<UserScriptMaster::ScriptReloader>;
117 UserScriptMaster* master_;
159 DISALLOW_COPY_AND_ASSIGN(UserScriptMaster);
    [all...]

Completed in 148 milliseconds