Lines Matching full:loaded
28 // What type of module we are dealing with. Loaded modules are modules we
29 // detect as loaded in the process at the time of scanning. The others are
30 // modules of interest and may or may not be loaded in the process at the
121 // Start scanning the loaded module list (if a scan is not already in
139 // block the main thread when in limited_mode). It enumerates all loaded
147 // Enumerate all modules loaded into the Chrome process.
201 // The vector containing all the enumerated modules (loaded and modules of
217 // This is a singleton class that enumerates all modules loaded into Chrome,
218 // both currently loaded modules (called DLLs on Windows) and modules 'of
259 // Asynchronously start the scan for the loaded module list, except when in