HomeSort by relevance Sort by last modified time
    Searched defs:LoadExtension (Results 1 - 5 of 5) 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/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...]

Completed in 151 milliseconds