OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PepperPluginRegistry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.cc
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) {
94
PepperPluginRegistry
::~
PepperPluginRegistry
() {
[
all
...]
pepper_plugin_registry.h
22
class
PepperPluginRegistry
{
24
~
PepperPluginRegistry
();
26
static
PepperPluginRegistry
* GetInstance();
49
PepperPluginRegistry
();
70
DISALLOW_COPY_AND_ASSIGN(
PepperPluginRegistry
);
Completed in 79 milliseconds