Searched defs:PluginPlaceholder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.h23 class PluginPlaceholder : public content::RenderFrameObserver, class in namespace:plugins
25 public gin::Wrappable<PluginPlaceholder> {
40 PluginPlaceholder(content::RenderFrame* render_frame,
46 virtual ~PluginPlaceholder();
110 DISALLOW_COPY_AND_ASSIGN(PluginPlaceholder);
H A Dplugin_placeholder.cc42 gin::WrapperInfo PluginPlaceholder::kWrapperInfo = {gin::kEmbedderNativeGin};
44 PluginPlaceholder::PluginPlaceholder(content::RenderFrame* render_frame, function in class:plugins::PluginPlaceholder
61 PluginPlaceholder::~PluginPlaceholder() {}
63 gin::ObjectTemplateBuilder PluginPlaceholder::GetObjectTemplateBuilder(
65 return gin::Wrappable<PluginPlaceholder>::GetObjectTemplateBuilder(isolate)
66 .SetMethod("load", &PluginPlaceholder::LoadCallback)
67 .SetMethod("hide", &PluginPlaceholder::HideCallback)
69 &PluginPlaceholder
[all...]

Completed in 681 milliseconds