HomeSort by relevance Sort by last modified time
    Searched defs:BrowserPluginManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_manager.cc 17 BrowserPluginManagerFactory* BrowserPluginManager::factory_ = NULL;
19 BrowserPluginManager* BrowserPluginManager::Create(
26 BrowserPluginManager::BrowserPluginManager(RenderViewImpl* render_view)
31 BrowserPluginManager::~BrowserPluginManager() {
34 void BrowserPluginManager::AddBrowserPlugin(
40 void BrowserPluginManager::RemoveBrowserPlugin(int guest_instance_id) {
44 BrowserPlugin* BrowserPluginManager::GetBrowserPlugin
    [all...]
browser_plugin_manager.h 26 // BrowserPluginManager manages the routing of messages to the appropriate
28 class CONTENT_EXPORT BrowserPluginManager
30 public base::RefCounted<BrowserPluginManager> {
32 // Returns the one BrowserPluginManager for this process.
33 static BrowserPluginManager* Create(RenderViewImpl* render_view);
38 BrowserPluginManager::factory_ = factory;
41 explicit BrowserPluginManager(RenderViewImpl* render_view);
45 // BrowserPluginManager via AddBrowserPlugin. When it is destroyed, it is
61 // BrowserPluginManager must override the default Send behavior.
64 // Don't destroy the BrowserPluginManager when the RenderViewImpl goes away
    [all...]

Completed in 36 milliseconds