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
122 AddLiveModule(current.path, module.get());
plugin_module.cc 705 // AddLiveModule must be called before any early returns since the
708 PepperPluginRegistry::GetInstance()->AddLiveModule(path, module.get());

Completed in 176 milliseconds