Searched defs:ExtensionRegistry (Results 1 - 10 of 10) sorted by last modified time

/external/protobuf/src/google/protobuf/
H A Dextension_set.cc63 ExtensionInfo> ExtensionRegistry; typedef in namespace:google::protobuf::internal::__anon28976
64 ExtensionRegistry* registry_ = NULL;
73 registry_ = new ExtensionRegistry;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java43 * an {@code ExtensionRegistry} in which you have registered any extensions
64 * ExtensionRegistry registry = ExtensionRegistry.newInstance();
93 public final class ExtensionRegistry extends ExtensionRegistryLite { class in inherits:ExtensionRegistryLite
95 public static ExtensionRegistry newInstance() {
96 return new ExtensionRegistry();
100 public static ExtensionRegistry getEmptyRegistry() {
106 public ExtensionRegistry getUnmodifiable() {
107 return new ExtensionRegistry(this);
176 "ExtensionRegistry
195 private ExtensionRegistry() { method in class:ExtensionRegistry
200 private ExtensionRegistry(ExtensionRegistry other) { method in class:ExtensionRegistry
210 private ExtensionRegistry(boolean empty) { method in class:ExtensionRegistry
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/jinja2/
H A Dext.py32 class ExtensionRegistry(type): class in inherits:type
41 class Extension(with_metaclass(ExtensionRegistry, object)):
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc63 ExtensionInfo> ExtensionRegistry; typedef in namespace:google::protobuf::internal::__anon14830
64 ExtensionRegistry* registry_ = NULL;
73 registry_ = new ExtensionRegistry;
/external/chromium_org/extensions/browser/
H A Dextension_registry.cc13 ExtensionRegistry::ExtensionRegistry(content::BrowserContext* browser_context) function in class:extensions::ExtensionRegistry
15 ExtensionRegistry::~ExtensionRegistry() {}
18 ExtensionRegistry* ExtensionRegistry::Get(content::BrowserContext* context) {
22 scoped_ptr<ExtensionSet> ExtensionRegistry::GenerateInstalledExtensionsSet()
32 void ExtensionRegistry::AddObserver(ExtensionRegistryObserver* observer) {
36 void ExtensionRegistry::RemoveObserver(ExtensionRegistryObserver* observer) {
40 void ExtensionRegistry
[all...]
H A Dextension_registry.h25 // ExtensionRegistry holds sets of the installed extensions for a given
28 class ExtensionRegistry : public KeyedService { class in namespace:extensions
40 explicit ExtensionRegistry(content::BrowserContext* browser_context);
41 virtual ~ExtensionRegistry();
44 static ExtensionRegistry* Get(content::BrowserContext* browser_context);
102 // * enabled_extensions() --> ExtensionRegistry::ENABLED
103 // * disabled_extensions() --> ExtensionRegistry::DISABLED
104 // * terminated_extensions() --> ExtensionRegistry::TERMINATED
105 // * blacklisted_extensions() --> ExtensionRegistry::BLACKLISTED
167 DISALLOW_COPY_AND_ASSIGN(ExtensionRegistry);
[all...]

Completed in 182 milliseconds