OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plugin_module
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc
11
#include "content/renderer/pepper/
plugin_module
.h"
22
PluginModule*
plugin_module
= HostGlobals::Get()->GetModule(module);
local
23
if (
plugin_module
)
24
plugin_module
->PluginCrashed();
37
PluginModule*
plugin_module
= HostGlobals::Get()->GetModule(module);
local
38
if (
plugin_module
)
39
plugin_module
->SetReserveInstanceIDCallback(reserve);
43
PluginModule*
plugin_module
= HostGlobals::Get()->GetModule(module);
local
44
if (
plugin_module
)
45
plugin_module
->AddRef()
49
PluginModule*
plugin_module
= HostGlobals::Get()->GetModule(module);
local
55
PluginModule*
plugin_module
= HostGlobals::Get()->GetModule(module);
local
[
all
...]
ppb_scrollbar_impl.cc
14
#include "content/renderer/pepper/
plugin_module
.h"
172
PluginModule*
plugin_module
=
local
174
if (!
plugin_module
)
178
static_cast<const PPP_Scrollbar_Dev*>(
plugin_module
->GetPluginInterface(
184
static_cast<const PPP_Scrollbar_Dev*>(
plugin_module
->GetPluginInterface(
194
PluginModule*
plugin_module
=
local
196
if (!
plugin_module
)
200
static_cast<const PPP_Scrollbar_Dev*>(
plugin_module
->GetPluginInterface(
pepper_broker.h
48
explicit PepperBroker(PluginModule*
plugin_module
);
pepper_webplugin_impl.cc
16
#include "content/renderer/pepper/
plugin_module
.h"
59
PluginModule*
plugin_module
,
67
DCHECK(
plugin_module
);
68
init_data_->module =
plugin_module
;
ppb_video_decoder_impl.cc
17
#include "content/renderer/pepper/
plugin_module
.h"
101
PluginModule*
plugin_module
=
local
103
if (
plugin_module
) {
105
plugin_module
->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE));
pepper_broker.cc
9
#include "content/renderer/pepper/
plugin_module
.h"
109
PepperBroker::PepperBroker(PluginModule*
plugin_module
)
110
: plugin_module_(
plugin_module
) {
Completed in 196 milliseconds