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

  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.h 25 // ExtensionCommandsGlobalRegistry is a class that handles the cross-platform
32 class ExtensionCommandsGlobalRegistry
39 ExtensionCommandsGlobalRegistry>* GetFactoryInstance();
41 // Convenience method to get the ExtensionCommandsGlobalRegistry for a
43 static ExtensionCommandsGlobalRegistry* Get(Profile* profile);
45 explicit ExtensionCommandsGlobalRegistry(Profile* profile);
46 virtual ~ExtensionCommandsGlobalRegistry();
49 friend class ProfileKeyedAPIFactory<ExtensionCommandsGlobalRegistry>;
53 return "ExtensionCommandsGlobalRegistry";
71 DISALLOW_COPY_AND_ASSIGN(ExtensionCommandsGlobalRegistry);
    [all...]
extension_commands_global_registry.cc 18 ExtensionCommandsGlobalRegistry::ExtensionCommandsGlobalRegistry(
26 ExtensionCommandsGlobalRegistry::~ExtensionCommandsGlobalRegistry() {
35 ProfileKeyedAPIFactory<ExtensionCommandsGlobalRegistry> >
39 ProfileKeyedAPIFactory<ExtensionCommandsGlobalRegistry>*
40 ExtensionCommandsGlobalRegistry::GetFactoryInstance() {
45 ExtensionCommandsGlobalRegistry*
46 ExtensionCommandsGlobalRegistry::Get(Profile* profile) {
48 ExtensionCommandsGlobalRegistry>::GetForProfile(profile)
    [all...]

Completed in 639 milliseconds