Home
last modified time | relevance | path

Searched refs:AddLiveModule (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_registry.cc72 void PepperPluginRegistry::AddLiveModule(const base::FilePath& path, in AddLiveModule() function in content::PepperPluginRegistry
121 AddLiveModule(current.path, module.get()); in Initialize()
Dpepper_plugin_registry.h44 void AddLiveModule(const base::FilePath& path, PluginModule* module);
Dplugin_module.cc731 PepperPluginRegistry::GetInstance()->AddLiveModule(path, module.get()); in Create()