Lines Matching full:extensions
11 #include "chrome/browser/extensions/extension_service.h"
12 #include "chrome/browser/extensions/user_script_master.h"
24 // This file contains high-level startup tests for the extensions system. We've
46 extensions_dir_ = profile_dir.AppendASCII("Extensions");
52 src_dir = src_dir.AppendASCII("extensions").AppendASCII("good");
56 file_util::CopyDirectory(src_dir.AppendASCII("Extensions"),
83 // Count the number of non-component extensions.
85 for (size_t i = 0; i < service->extensions()->size(); i++)
86 if (service->extensions()->at(i)->location() != Extension::COMPONENT)
105 test_file = test_file.AppendASCII("extensions")
138 // Ensures that we can startup the browser with --enable-extensions and some
139 // extensions installed and see them run and do basic things.
165 for (size_t i = 0; i < service->extensions()->size(); ++i) {
166 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
168 if (service->AllowFileAccess(service->extensions()->at(i))) {
169 service->SetAllowFileAccess(service->extensions()->at(i), false);
188 .AppendASCII("extensions")
190 .AppendASCII("Extensions")