OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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