HomeSort by relevance Sort by last modified time
    Searched defs:LoadExtension (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/common/extensions/
extension_manifests_unittest.cc 59 scoped_refptr<Extension> LoadExtension(const std::string& name,
69 scoped_refptr<Extension> LoadExtension(DictionaryValue* value,
89 scoped_refptr<Extension> extension = LoadExtension(name, &error);
106 scoped_refptr<Extension> extension = LoadExtension(manifest, &error);
126 scoped_refptr<Extension> extension(LoadExtension(name, &error));
141 scoped_refptr<Extension> extension(LoadExtension(manifest, &error));
extension_file_util.cc 89 scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.cc 42 // extension_file_util::LoadExtension.
104 scoped_refptr<Extension> ExtensionManifestTest::LoadExtension(
124 LoadExtension(manifest, &error, location, flags);
144 LoadExtension(manifest, &error, location, flags);
180 LoadExtension(manifest, &error, location, flags));
  /external/chromium_org/apps/
shell_window_geometry_cache_unittest.cc 49 void LoadExtension(const std::string& extension_id);
79 LoadExtension(extension_id);
86 void ShellWindowGeometryCacheTest::LoadExtension(
205 LoadExtension(extension_id);
253 LoadExtension(extension_id);
323 LoadExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 87 scoped_refptr<Extension> LoadExtension(const std::string& filename,
285 scoped_refptr<Extension> extension = LoadExtension(
extension_browsertest.cc 205 const Extension* ExtensionBrowserTest::LoadExtension(
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 123 extension_ = LoadExtension(kTestExtensionPath);
171 scoped_refptr<const extensions::Extension> LoadExtension(
179 ExtensionBrowserTest::LoadExtension(full_path.Append(path)));
245 LoadExtension(kTestExtension2Path);
  /external/chromium/chrome/browser/debugger/
devtools_sanity_unittest.cc 177 void LoadExtension(const char* extension_name) {
194 service->LoadExtension(path);
275 LoadExtension("simple_content_script");
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 69 service->LoadExtension(path);
101 const Extension* ExtensionBrowserTest::LoadExtension(const FilePath& path) {
extension_service.cc 233 scoped_refptr<const Extension> extension(extension_file_util::LoadExtension(
634 LoadExtension(path);
812 void ExtensionService::LoadExtension(const FilePath& extension_path) {
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 130 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path,
134 return LoadExtension(extension_path, std::string(), location, flags, error);
137 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path,
  /external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc 192 void LoadExtension(const char* extension_name) {
445 LoadExtension("devtools_extension");
460 LoadExtension("devtools_messaging");
468 LoadExtension("devtools_experimental");
476 LoadExtension("simple_content_script");
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 268 void LoadExtension(const char* name) {
807 LoadExtension("downloads_split");
    [all...]

Completed in 319 milliseconds