Searched refs:extension_path (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/extensions/browser/
H A Dcomponent_extension_resource_manager.h25 const base::FilePath& extension_path,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_ui_unittest.cc101 const base::FilePath& extension_path,
106 base::FilePath manifest_path = extension_path.Append(kManifestFilename);
112 extension_path, location, *extension_data, Extension::REQUIRE_KEY,
121 const base::FilePath& extension_path,
133 extension_path, pages, Manifest::INVALID_LOCATION));
139 extension_path.MaybeAsASCII() + ")";
170 base::FilePath data_test_dir_path, extension_path, expected_output_path; local
174 extension_path = data_test_dir_path.AppendASCII("extensions")
193 CompareExpectedAndActualOutput(extension_path, pages, expected_output_path);
197 extension_path
100 CreateExtensionDetailViewFromPath( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, Manifest::Location location) argument
120 CompareExpectedAndActualOutput( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, const base::FilePath& expected_output_path) argument
234 base::FilePath data_test_dir_path, extension_path; local
266 base::FilePath data_test_dir_path, extension_path; local
295 base::FilePath data_test_dir_path, extension_path; local
[all...]
H A Dbrowser_action_apitest.cc15 base::FilePath extension_path(test_data_dir_.AppendASCII("browsertest")
17 const Extension* extension = LoadExtension(extension_path);
H A Dchrome_component_extension_resource_manager.h26 const base::FilePath& extension_path,
H A Dextension_error_reporter.cc44 const base::FilePath& extension_path,
53 std::string path_str = base::UTF16ToUTF8(extension_path.LossyDisplayName());
61 OnLoadFailure(browser_context, extension_path, error));
43 ReportLoadError( const base::FilePath& extension_path, const std::string& error, content::BrowserContext* browser_context, bool be_noisy) argument
H A Dextension_error_reporter.h39 const base::FilePath& extension_path,
55 void ReportLoadError(const base::FilePath& extension_path,
H A Dunpacked_installer.h38 // Loads the extension from the directory |extension_path|, which is
42 void Load(const base::FilePath& extension_path);
44 // Loads the extension from the directory |extension_path|;
48 // |extension_path| synchronously.
51 bool LoadFromCommandLine(const base::FilePath& extension_path,
H A Drequirements_checker_browsertest.cc32 base::FilePath extension_path; local
34 PathService::Get(chrome::DIR_TEST_DATA, &extension_path);
35 extension_path = extension_path.AppendASCII("requirements_checker")
38 extension_path, Manifest::UNPACKED, 0, &load_error);
H A Dexternal_registry_loader_win.cc133 base::FilePath extension_path(extension_path_str);
134 if (!extension_path.IsAbsolute()) {
141 if (!base::PathExists(extension_path)) {
148 if (!CanOpenFileForReading(extension_path)) {
H A Dchrome_component_extension_resource_manager.cc66 const base::FilePath& extension_path,
69 base::FilePath directory_path = extension_path;
65 IsComponentExtensionResource( const base::FilePath& extension_path, const base::FilePath& resource_path, int* resource_id) argument
H A Dextension_garbage_collector.cc154 for (base::FilePath extension_path = enumerator.Next();
155 !extension_path.empty();
156 extension_path = enumerator.Next()) {
157 CheckExtensionDirectory(extension_path, extension_paths);
187 std::make_pair(info->at(i)->extension_id, info->at(i)->extension_path));
193 std::make_pair(info->at(i)->extension_id, info->at(i)->extension_path));
H A Dpage_action_browsertest.cc79 base::FilePath extension_path(test_data_dir_.AppendASCII("api_test")
82 ASSERT_TRUE(LoadExtension(extension_path));
104 base::FilePath extension_path(
106 ASSERT_TRUE(LoadExtension(extension_path));
185 base::FilePath extension_path(test_data_dir_.AppendASCII("browsertest")
187 const Extension* extension = LoadExtension(extension_path);
/external/chromium_org/extensions/common/
H A Dfile_util.cc122 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path, argument
126 return LoadExtension(extension_path, std::string(), location, flags, error);
129 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path, argument
135 LoadManifest(extension_path, error));
139 extension_path, manifest.get(), error)) {
144 extension_path, location, *manifest, flags, extension_id, error));
156 base::DictionaryValue* LoadManifest(const base::FilePath& extension_path, argument
158 return LoadManifest(extension_path, kManifestFilename, error);
162 const base::FilePath& extension_path,
165 base::FilePath manifest_path = extension_path
161 LoadManifest( const base::FilePath& extension_path, const base::FilePath::CharType* manifest_filename, std::string* error) argument
259 CheckForIllegalFilenames(const base::FilePath& extension_path, std::string* error) argument
392 LoadMessageBundle( const base::FilePath& extension_path, const std::string& default_locale, std::string* error) argument
423 LoadMessageBundleSubstitutionMap( const base::FilePath& extension_path, const std::string& extension_id, const std::string& default_locale) argument
447 GetVerifiedContentsPath(const base::FilePath& extension_path) argument
451 GetComputedHashesPath(const base::FilePath& extension_path) argument
[all...]
H A Dfile_util.h88 bool CheckForIllegalFilenames(const base::FilePath& extension_path,
120 MessageBundle* LoadMessageBundle(const base::FilePath& extension_path,
127 const base::FilePath& extension_path,
132 base::FilePath GetVerifiedContentsPath(const base::FilePath& extension_path);
133 base::FilePath GetComputedHashesPath(const base::FilePath& extension_path);
H A Dextension_l10n_util.h48 bool LocalizeExtension(const base::FilePath& extension_path,
101 bool ValidateExtensionLocales(const base::FilePath& extension_path,
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_unittest.py24 extension_path = os.path.join(util.GetUnittestDataDir(), ext_path)
27 extension_path, options.browser_type)
86 extension_path = os.path.join(util.GetUnittestDataDir(), 'foo')
90 extension_path, options.browser_type))
94 extension_path = os.path.join(util.GetUnittestDataDir(), 'simple_extension')
97 extension_path, options.browser_type)
155 extension_path = os.path.join(
159 extension_path, options.browser_type, is_component=True)
177 extension_path = os.path.join(util.GetUnittestDataDir(), 'simple_extension')
181 extension_path,
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dupload_chromevox_to_webstore.py38 parser.usage = '%prog <extension_path> <output_path> <client_secret'
93 extension_path = args[0]
98 for root, dirs, files in os.walk(extension_path):
99 rel_path = os.path.join(os.path.relpath(root, extension_path), '')
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_test_case.py32 extension_path = os.path.join(util.GetUnittestDataDir(), 'autotest_ext')
33 assert os.path.isdir(extension_path)
35 path=extension_path,
/external/chromium_org/extensions/browser/api/
H A Dexecute_code_function.cc52 base::FilePath extension_path; local
56 extension_path = extension()->path();
69 extension_path,
77 const base::FilePath& extension_path,
85 extension_path, extension_id, extension_default_locale));
73 GetFileURLAndLocalizeCSS( ScriptExecutor::ScriptType script_type, const std::string& data, const std::string& extension_id, const base::FilePath& extension_path, const std::string& extension_default_locale) argument
H A Dexecute_code_function.h52 const base::FilePath& extension_path,
/external/chromium_org/tools/perf/profile_creators/
H A Dextensions_profile_creator.py129 extension_path = _DownloadExtension(extension_id,
131 (version, name) = _GetExtensionInfoFromCRX(extension_path)
132 extension_info = {'external_crx' : extension_path,
/external/chromium_org/apps/
H A Dapp_load_service.h56 // Loads (or reloads) the app with |extension_path|, then launches it. Any
60 bool LoadAndLaunch(const base::FilePath& extension_path,
/external/chromium_org/chrome/utility/extensions/
H A Dextensions_handler.h39 void OnUnpackExtension(const base::FilePath& extension_path,
H A Dunpacker.h29 Unpacker(const base::FilePath& extension_path,
35 // Install the extension file at |extension_path|. Returns true on success.
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc242 base::FilePath extension_path; local
245 extension_path = extension->path();
253 this, extension_path, extension_id, default_locale, reply_msg));
257 const base::FilePath& extension_path,
265 extension_path, extension_id, default_locale));
256 OnGetExtMessageBundleOnBlockingPool( const base::FilePath& extension_path, const std::string& extension_id, const std::string& default_locale, IPC::Message* reply_msg) argument

Completed in 322 milliseconds

123