Lines Matching defs:dll
37 // The entry point signature of chrome.dll.
150 // value not being null to determine if this path contains a valid dll.
223 // determine if we should stick with an older dll version even if a new one is
232 HMODULE dll = LoadChromeWithDirectory(out_file);
233 if (!dll) {
260 dll = LoadChromeWithDirectory(out_file);
261 if (!dll) {
262 PLOG(ERROR) << "Failed to load Chrome DLL from " << *out_file;
267 DCHECK(dll);
269 return dll;
272 // Launching is a matter of loading the right dll, setting the CHROME_VERSION