PluginPlaceholder   44 chrome/renderer/plugins/chrome_plugin_placeholder.cc const plugins::PluginPlaceholder* g_last_active_menu = NULL;
PluginPlaceholder   56 chrome/renderer/plugins/chrome_plugin_placeholder.cc     : plugins::PluginPlaceholder(render_frame,
PluginPlaceholder  219 chrome/renderer/plugins/chrome_plugin_placeholder.cc   plugins::PluginPlaceholder::OnLoadBlockedPlugins(identifier);
PluginPlaceholder  228 chrome/renderer/plugins/chrome_plugin_placeholder.cc   plugins::PluginPlaceholder::OnSetIsPrerendering(is_prerendering);
PluginPlaceholder  371 chrome/renderer/plugins/chrome_plugin_placeholder.cc   return PluginPlaceholder::GetObjectTemplateBuilder(isolate).SetMethod(
PluginPlaceholder   12 chrome/renderer/plugins/chrome_plugin_placeholder.h class ChromePluginPlaceholder : public plugins::PluginPlaceholder,
PluginPlaceholder   81 components/plugins/renderer/mobile_youtube_plugin.cc     : PluginPlaceholder(render_frame,
PluginPlaceholder  124 components/plugins/renderer/mobile_youtube_plugin.cc   return PluginPlaceholder::GetObjectTemplateBuilder(isolate)
PluginPlaceholder   17 components/plugins/renderer/mobile_youtube_plugin.h class MobileYouTubePlugin : public PluginPlaceholder {
PluginPlaceholder   42 components/plugins/renderer/plugin_placeholder.cc gin::WrapperInfo PluginPlaceholder::kWrapperInfo = {gin::kEmbedderNativeGin};
PluginPlaceholder   44 components/plugins/renderer/plugin_placeholder.cc PluginPlaceholder::PluginPlaceholder(content::RenderFrame* render_frame,
PluginPlaceholder   61 components/plugins/renderer/plugin_placeholder.cc PluginPlaceholder::~PluginPlaceholder() {}
PluginPlaceholder   63 components/plugins/renderer/plugin_placeholder.cc gin::ObjectTemplateBuilder PluginPlaceholder::GetObjectTemplateBuilder(
PluginPlaceholder   65 components/plugins/renderer/plugin_placeholder.cc   return gin::Wrappable<PluginPlaceholder>::GetObjectTemplateBuilder(isolate)
PluginPlaceholder   66 components/plugins/renderer/plugin_placeholder.cc       .SetMethod("load", &PluginPlaceholder::LoadCallback)
PluginPlaceholder   67 components/plugins/renderer/plugin_placeholder.cc       .SetMethod("hide", &PluginPlaceholder::HideCallback)
PluginPlaceholder   69 components/plugins/renderer/plugin_placeholder.cc                  &PluginPlaceholder::DidFinishLoadingCallback);
PluginPlaceholder   72 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::ReplacePlugin(WebPlugin* new_plugin) {
PluginPlaceholder  106 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::HidePlugin() {
PluginPlaceholder  154 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::SetMessage(const base::string16& message) {
PluginPlaceholder  160 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::UpdateMessage() {
PluginPlaceholder  169 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::ShowContextMenu(const WebMouseEvent& event) {
PluginPlaceholder  175 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::PluginDestroyed() {
PluginPlaceholder  179 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::OnDestruct() {
PluginPlaceholder  183 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::OnLoadBlockedPlugins(const std::string& identifier) {
PluginPlaceholder  191 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::OnSetIsPrerendering(bool is_prerendering) {
PluginPlaceholder  199 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::LoadPlugin() {
PluginPlaceholder  219 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::LoadCallback() {
PluginPlaceholder  224 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::HideCallback() {
PluginPlaceholder  229 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::DidFinishLoadingCallback() {
PluginPlaceholder  235 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::SetPluginInfo(
PluginPlaceholder  240 components/plugins/renderer/plugin_placeholder.cc const content::WebPluginInfo& PluginPlaceholder::GetPluginInfo() const {
PluginPlaceholder  244 components/plugins/renderer/plugin_placeholder.cc void PluginPlaceholder::SetIdentifier(const std::string& identifier) {
PluginPlaceholder  248 components/plugins/renderer/plugin_placeholder.cc blink::WebFrame* PluginPlaceholder::GetFrame() { return frame_; }
PluginPlaceholder  250 components/plugins/renderer/plugin_placeholder.cc const blink::WebPluginParams& PluginPlaceholder::GetPluginParams() const {
PluginPlaceholder   23 components/plugins/renderer/plugin_placeholder.h class PluginPlaceholder : public content::RenderFrameObserver,
PluginPlaceholder   25 components/plugins/renderer/plugin_placeholder.h                           public gin::Wrappable<PluginPlaceholder> {
PluginPlaceholder   40 components/plugins/renderer/plugin_placeholder.h   PluginPlaceholder(content::RenderFrame* render_frame,
PluginPlaceholder   46 components/plugins/renderer/plugin_placeholder.h   virtual ~PluginPlaceholder();
PluginPlaceholder  110 components/plugins/renderer/plugin_placeholder.h   DISALLOW_COPY_AND_ASSIGN(PluginPlaceholder);