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

/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_manager.cc20 BrowserPluginManagerFactory* BrowserPluginManager::factory_ = NULL;
23 BrowserPluginManager* BrowserPluginManager::Create(
30 BrowserPluginManager::BrowserPluginManager(RenderViewImpl* render_view) function in class:content::BrowserPluginManager
36 BrowserPluginManager::~BrowserPluginManager() {
39 void BrowserPluginManager::AddBrowserPlugin(
45 void BrowserPluginManager::RemoveBrowserPlugin(int browser_plugin_instance_id) {
49 BrowserPlugin* BrowserPluginManager
[all...]
H A Dbrowser_plugin_manager.h32 // BrowserPluginManager manages the routing of messages to the appropriate
34 class CONTENT_EXPORT BrowserPluginManager class in namespace:content
36 public base::RefCounted<BrowserPluginManager> {
38 // Returns the one BrowserPluginManager for this process.
39 static BrowserPluginManager* Create(RenderViewImpl* render_view);
44 BrowserPluginManager::factory_ = factory;
47 explicit BrowserPluginManager(RenderViewImpl* render_view);
51 // BrowserPluginManager via AddBrowserPlugin. When it is destroyed, it is
72 // BrowserPluginManager must override the default Send behavior.
75 // Don't destroy the BrowserPluginManager whe
[all...]

Completed in 329 milliseconds