OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PepperPluginRegistry
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h
22
class
PepperPluginRegistry
{
24
~
PepperPluginRegistry
();
26
static
PepperPluginRegistry
* GetInstance();
49
PepperPluginRegistry
();
69
DISALLOW_COPY_AND_ASSIGN(
PepperPluginRegistry
);
pepper_plugin_registry.cc
15
PepperPluginRegistry
*
PepperPluginRegistry
::GetInstance() {
16
static
PepperPluginRegistry
* registry = NULL;
20
registry = new
PepperPluginRegistry
;
24
const PepperPluginInfo*
PepperPluginRegistry
::GetInfoForPlugin(
43
PluginModule*
PepperPluginRegistry
::GetLiveModule(const base::FilePath& path) {
50
void
PepperPluginRegistry
::AddLiveModule(const base::FilePath& path,
56
void
PepperPluginRegistry
::PluginModuleDead(PluginModule* dead_module) {
72
PepperPluginRegistry
::~
PepperPluginRegistry
() {
[
all
...]
plugin_module.cc
387
PepperPluginRegistry
::GetInstance()->GetInfoForPlugin(webplugin_info);
391
PepperPluginRegistry
::GetInstance()->GetInfoForPlugin(
453
PepperPluginRegistry
::GetInstance()->PluginModuleDead(this);
605
PepperPluginRegistry
::GetInstance()->PluginModuleDead(this);
688
PepperPluginRegistry
::GetInstance()->GetLiveModule(path);
703
PepperPluginRegistry
::GetInstance()->GetInfoForPlugin(webplugin_info);
729
PepperPluginRegistry
::GetInstance()->AddLiveModule(path, module.get());
/external/chromium_org/content/renderer/
renderer_main.cc
196
PepperPluginRegistry
::GetInstance();
/external/chromium/chrome/browser/extensions/
extension_service.cc
[
all
...]
Completed in 918 milliseconds