HomeSort by relevance Sort by last modified time
    Searched refs:AddLiveModule (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h 44 void AddLiveModule(const base::FilePath& path, PluginModule* module);
pepper_plugin_registry.cc 72 void PepperPluginRegistry::AddLiveModule(const base::FilePath& path,
109 // Note that in each case, AddLiveModule must be called before completing
121 AddLiveModule(current.path, module.get());
plugin_module.cc 728 // AddLiveModule must be called before any early returns since the
731 PepperPluginRegistry::GetInstance()->AddLiveModule(path, module.get());

Completed in 482 milliseconds