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

/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h30 class CONTENT_EXPORT BrowserPlugin : class in namespace:content
34 static BrowserPlugin* GetFromNode(blink::WebNode& node);
69 // this BrowserPlugin instance to that guest.
76 // Returns whether a message should be forwarded to BrowserPlugin.
138 friend class base::DeleteHelper<BrowserPlugin>;
139 // Only the manager is allowed to create a BrowserPlugin.
146 // A BrowserPlugin object is a controller that represents an instance of a
147 // browser plugin within the embedder renderer process. Once a BrowserPlugin
151 // BrowserPlugin.
152 BrowserPlugin(RenderViewImp
[all...]
H A Dbrowser_plugin.cc40 typedef std::map<blink::WebPluginContainer*, content::BrowserPlugin*>
49 BrowserPlugin* BrowserPlugin::GetFromNode(blink::WebNode& node) {
59 BrowserPlugin::BrowserPlugin(RenderViewImpl* render_view, function in class:content::BrowserPlugin
84 BrowserPlugin::~BrowserPlugin() {
95 bool BrowserPlugin::OnMessageReceived(const IPC::Message& message) {
97 IPC_BEGIN_MESSAGE_MAP(BrowserPlugin, message)
115 void BrowserPlugin
[all...]

Completed in 114 milliseconds