OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PepperPluginRegistry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h
22
class
PepperPluginRegistry
{
24
~
PepperPluginRegistry
();
26
static
PepperPluginRegistry
* GetInstance();
49
PepperPluginRegistry
();
70
DISALLOW_COPY_AND_ASSIGN(
PepperPluginRegistry
);
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) {
95
PepperPluginRegistry
::~
PepperPluginRegistry
() {
[
all
...]
plugin_module.cc
377
PepperPluginRegistry
::GetInstance()->GetInfoForPlugin(webplugin_info);
380
ppapi::PpapiPermissions perms(
PepperPluginRegistry
::GetInstance()
442
PepperPluginRegistry
::GetInstance()->PluginModuleDead(this);
589
PepperPluginRegistry
::GetInstance()->PluginModuleDead(this);
668
PepperPluginRegistry
::GetInstance()->GetLiveModule(path);
683
PepperPluginRegistry
::GetInstance()->GetInfoForPlugin(webplugin_info);
708
PepperPluginRegistry
::GetInstance()->AddLiveModule(path, module.get());
/external/chromium_org/content/renderer/
renderer_main.cc
206
PepperPluginRegistry
::GetInstance();
Completed in 229 milliseconds