OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PepperWebPluginImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h
33
class
PepperWebPluginImpl
: public blink::WebPlugin {
35
PepperWebPluginImpl
(PluginModule* module,
91
friend class base::DeleteHelper<
PepperWebPluginImpl
>;
93
virtual ~
PepperWebPluginImpl
();
105
DISALLOW_COPY_AND_ASSIGN(
PepperWebPluginImpl
);
pepper_webplugin_impl.cc
49
struct
PepperWebPluginImpl
::InitData {
58
PepperWebPluginImpl
::
PepperWebPluginImpl
(
81
PepperWebPluginImpl
::~
PepperWebPluginImpl
() {
84
blink::WebPluginContainer*
PepperWebPluginImpl
::container() const {
88
bool
PepperWebPluginImpl
::initialize(WebPluginContainer* container) {
120
void
PepperWebPluginImpl
::destroy() {
135
NPObject*
PepperWebPluginImpl
::scriptableObject() {
157
NPP
PepperWebPluginImpl
::pluginNPP()
[
all
...]
Completed in 26 milliseconds