Home | History | Annotate | Download | only in pepper

Lines Matching defs:PepperPluginRegistry

16 PepperPluginRegistry* PepperPluginRegistry::GetInstance() {
17 static PepperPluginRegistry* registry = NULL;
21 registry = new PepperPluginRegistry;
27 const PepperPluginInfo* PepperPluginRegistry::GetInfoForPlugin(
46 PluginModule* PepperPluginRegistry::GetLiveModule(const base::FilePath& path) {
72 void PepperPluginRegistry::AddLiveModule(const base::FilePath& path,
78 void PepperPluginRegistry::PluginModuleDead(PluginModule* dead_module) {
95 PepperPluginRegistry::~PepperPluginRegistry() {
104 PepperPluginRegistry::PepperPluginRegistry() {}
106 void PepperPluginRegistry::Initialize() {