Searched defs:extension_path (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium/chrome/browser/extensions/
H A Dextension_ui_unittest.cc25 const FilePath& extension_path,
30 FilePath manifest_path = extension_path.Append(
37 extension_path, location, *extension_data,
48 const FilePath& extension_path,
60 extension_path, pages, Extension::INVALID));
66 extension_path.MaybeAsASCII() + ")";
87 FilePath data_test_dir_path, extension_path, expected_output_path; local
91 extension_path = data_test_dir_path.AppendASCII("extensions")
110 CompareExpectedAndActualOutput(extension_path, pages, expected_output_path);
114 extension_path
24 CreateExtensionDetailViewFromPath( const FilePath& extension_path, const std::vector<ExtensionPage>& pages, Extension::Location location) argument
47 CompareExpectedAndActualOutput( const FilePath& extension_path, const std::vector<ExtensionPage>& pages, const FilePath& expected_output_path) argument
151 FilePath data_test_dir_path, extension_path; local
183 FilePath data_test_dir_path, extension_path; local
212 FilePath data_test_dir_path, extension_path; local
[all...]
H A Dextension_browsertest.cc74 FilePath extension_path = path; local
75 file_util::AbsolutePath(&extension_path);
80 if ((*iter)->path() == extension_path) {
H A Duser_script_listener_unittest.cc155 FilePath extension_path = test_dir local
161 service_->LoadExtension(extension_path);
/external/chromium/chrome/browser/sync/glue/
H A Dtheme_util_unittest.cc28 scoped_refptr<Extension> MakeThemeExtension(const FilePath& extension_path, argument
38 extension_path, Extension::INTERNAL, source,
H A Dextension_util_unittest.cc50 const FilePath& extension_path) {
80 extension_path, location, source, Extension::STRICT_ERROR_CHECKS, &error);
386 const FilePath& extension_path) {
393 extension_path, Extension::INTERNAL, source,
45 MakeExtension( bool is_theme, const GURL& update_url, const GURL& launch_url, bool converted_from_user_script, Extension::Location location, int num_plugins, const FilePath& extension_path) argument
382 MakeSyncableExtension( const std::string& version_string, const std::string& update_url_spec, const std::string& name, const FilePath& extension_path) argument
/external/chromium_org/chrome/browser/extensions/
H A Drequirements_checker_browsertest.cc33 base::FilePath extension_path; local
35 PathService::Get(chrome::DIR_TEST_DATA, &extension_path);
36 extension_path = extension_path.AppendASCII("requirements_checker")
39 extension_file_util::LoadExtension(extension_path, Manifest::UNPACKED,
H A Dextension_ui_unittest.cc68 const base::FilePath& extension_path,
73 base::FilePath manifest_path = extension_path.Append(kManifestFilename);
79 extension_path, location, *extension_data, Extension::REQUIRE_KEY,
88 const base::FilePath& extension_path,
100 extension_path, pages, Manifest::INVALID_LOCATION));
106 extension_path.MaybeAsASCII() + ")";
134 base::FilePath data_test_dir_path, extension_path, expected_output_path; local
138 extension_path = data_test_dir_path.AppendASCII("extensions")
157 CompareExpectedAndActualOutput(extension_path, pages, expected_output_path);
161 extension_path
67 CreateExtensionDetailViewFromPath( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, Manifest::Location location) argument
87 CompareExpectedAndActualOutput( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, const base::FilePath& expected_output_path) argument
198 base::FilePath data_test_dir_path, extension_path; local
230 base::FilePath data_test_dir_path, extension_path; local
259 base::FilePath data_test_dir_path, extension_path; local
[all...]
H A Duser_script_listener_unittest.cc184 base::FilePath extension_path = test_dir local
190 UnpackedInstaller::Create(service_)->Load(extension_path);
H A Dimage_loader.cc187 const base::FilePath& extension_path,
223 base::FilePath directory_path = extension_path;
186 IsComponentExtensionResource( const base::FilePath& extension_path, const base::FilePath& resource_path, int* resource_id) argument
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_browsertest.cc42 FilePath extension_path; local
43 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &extension_path));
44 extension_path = extension_path.AppendASCII("sidebar");
46 ASSERT_TRUE(LoadExtension(extension_path));
/external/chromium_org/apps/
H A Dapp_load_service.cc52 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path, argument
57 LoadFromCommandLine(base::FilePath(extension_path), &extension_id)) {
/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.cc51 const base::FilePath& extension_path,
55 extension_path, extension_id, extension_default_locale));
48 LocalizeCSS( const std::string& data, const std::string& extension_id, const base::FilePath& extension_path, const std::string& extension_default_locale) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_or_local_value_store_cache.cc108 const base::FilePath extension_path = profile_path.AppendASCII( local
116 factory, extension_path, syncer::EXTENSION_SETTINGS,
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc34 const base::FilePath& extension_path,
72 extension_path, location, source, creation_flags, &error);
86 const base::FilePath& extension_path,
89 type, update_url, launch_url, location, extension_path,
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
H A Dextension_l10n_util.cc176 bool LocalizeExtension(const base::FilePath& extension_path, argument
185 extension_path, default_locale, error));
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_service_unittest.cc235 base::FilePath extension_path = local
240 installer->Load(extension_path);
268 extension_path =
270 installer->Load(extension_path);
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifest_test.cc24 base::FilePath extension_path; local
29 extension_path = manifest_path.DirName();
46 extension_l10n_util::LocalizeExtension(extension_path, manifest, error);
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc188 FilePath extension_path = local
198 extension_path, extension_id, default_locale, reply_msg));
202 const FilePath& extension_path,
214 extension_path, default_locale, &error));
201 OnGetExtensionMessageBundleOnFileThread( const FilePath& extension_path, const std::string& extension_id, const std::string& default_locale, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor_unittest.cc69 void NewEvent(const FilePath::StringType& extension_path, argument
76 FilePath(extension_path), Extension::INVALID, input,
129 const FilePath::StringType& extension_path) {
135 FilePath(extension_path), Extension::INVALID, input,
128 GetExtensionIdForPath( const FilePath::StringType& extension_path) argument
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.cc135 bool LocalizeExtension(const FilePath& extension_path, argument
144 extension_path, default_locale, error));
H A Dextension_unpacker.cc87 ExtensionUnpacker::ExtensionUnpacker(const FilePath& extension_path) argument
88 : extension_path_(extension_path) {
244 bool ExtensionUnpacker::ReadImagesFromFile(const FilePath& extension_path, argument
246 FilePath path = extension_path.AppendASCII(filenames::kDecodedImagesFilename);
258 const FilePath& extension_path, DictionaryValue* catalogs) {
259 FilePath path = extension_path.AppendASCII(
257 ReadMessageCatalogsFromFile( const FilePath& extension_path, DictionaryValue* catalogs) argument
H A Dextension_file_util.cc89 scoped_refptr<Extension> LoadExtension(const FilePath& extension_path, argument
94 extension_path.Append(Extension::kManifestFilename);
123 if (!extension_l10n_util::LocalizeExtension(extension_path, manifest, error))
127 extension_path,
318 FilePath extension_path; local
319 for (extension_path = enumerator.Next(); !extension_path.value().empty();
320 extension_path = enumerator.Next()) {
323 FilePath basename = extension_path.BaseName();
335 << extension_path
370 LoadExtensionMessageBundle( const FilePath& extension_path, const std::string& default_locale, std::string* error) argument
483 CheckForIllegalFilenames(const FilePath& extension_path, std::string* error) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration.h103 base::FilePath extension_path; member in struct:ShellIntegration::ShortcutInfo
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service_unittest.cc142 const base::FilePath& extension_path,
154 extension_path, location, source,
141 MakeThemeExtension( const base::FilePath& extension_path, const string& name, extensions::Manifest::Location location, const string& update_url) argument
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc94 Unpacker::Unpacker(const base::FilePath& extension_path, argument
98 : extension_path_(extension_path),

Completed in 6392 milliseconds

12