Home | History | Annotate | Download | only in extensions

Lines Matching full:scripts

24 // Manages a segment of shared memory that contains the user scripts the user
29 // For testability, the constructor takes the path the scripts live in.
33 // Kicks off a process on the file thread to reload scripts from disk
37 // Gets the segment of shared memory for the scripts.
42 // Called by the script reloader when new scripts have been loaded.
45 // Return true if we have any scripts ready.
48 // Returns the path to the directory user scripts are stored in.
65 // We reload user scripts on the file thread to prevent blocking the UI.
83 // Start a scan for scripts.
106 // Notify the master that new scripts are available.
110 // Scan the specified directory and lone scripts, calling NotifyMaster when
135 // The directories containing user scripts.
141 // Contains the scripts that were found the last time scripts were updated.
144 // List of scripts outside of script directories we should also load.
156 // The profile for which the scripts managed here are installed.