BrowserPluginGuestManager  154 content/browser/browser_plugin/browser_plugin_embedder.cc BrowserPluginGuestManager*
BrowserPluginGuestManager  156 content/browser/browser_plugin/browser_plugin_embedder.cc   BrowserPluginGuestManager* guest_manager =
BrowserPluginGuestManager  159 content/browser/browser_plugin/browser_plugin_embedder.cc     guest_manager = BrowserPluginGuestManager::Create();
BrowserPluginGuestManager   35 content/browser/browser_plugin/browser_plugin_embedder.h class BrowserPluginGuestManager;
BrowserPluginGuestManager   91 content/browser/browser_plugin/browser_plugin_embedder.h   BrowserPluginGuestManager* GetBrowserPluginGuestManager();
BrowserPluginGuestManager  477 content/browser/browser_plugin/browser_plugin_guest.cc   BrowserPluginGuestManager* guest_manager =
BrowserPluginGuestManager   77 content/browser/browser_plugin/browser_plugin_guest.h class BrowserPluginGuestManager;
BrowserPluginGuestManager   24 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginHostFactory* BrowserPluginGuestManager::factory_ = NULL;
BrowserPluginGuestManager   26 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginGuestManager::BrowserPluginGuestManager()
BrowserPluginGuestManager   30 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginGuestManager::~BrowserPluginGuestManager() {
BrowserPluginGuestManager   34 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginGuestManager* BrowserPluginGuestManager::Create() {
BrowserPluginGuestManager   37 content/browser/browser_plugin/browser_plugin_guest_manager.cc   return new BrowserPluginGuestManager();
BrowserPluginGuestManager   40 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginGuest* BrowserPluginGuestManager::CreateGuest(
BrowserPluginGuestManager  101 content/browser/browser_plugin/browser_plugin_guest_manager.cc BrowserPluginGuest* BrowserPluginGuestManager::GetGuestByInstanceID(
BrowserPluginGuestManager  115 content/browser/browser_plugin/browser_plugin_guest_manager.cc void BrowserPluginGuestManager::AddGuest(int instance_id,
BrowserPluginGuestManager  122 content/browser/browser_plugin/browser_plugin_guest_manager.cc void BrowserPluginGuestManager::RemoveGuest(int instance_id) {
BrowserPluginGuestManager  128 content/browser/browser_plugin/browser_plugin_guest_manager.cc bool BrowserPluginGuestManager::CanEmbedderAccessInstanceIDMaybeKill(
BrowserPluginGuestManager  143 content/browser/browser_plugin/browser_plugin_guest_manager.cc void BrowserPluginGuestManager::OnMessageReceived(const IPC::Message& message,
BrowserPluginGuestManager  156 content/browser/browser_plugin/browser_plugin_guest_manager.cc   IPC_BEGIN_MESSAGE_MAP(BrowserPluginGuestManager, message)
BrowserPluginGuestManager  163 content/browser/browser_plugin/browser_plugin_guest_manager.cc bool BrowserPluginGuestManager::CanEmbedderAccessGuest(
BrowserPluginGuestManager  181 content/browser/browser_plugin/browser_plugin_guest_manager.cc bool BrowserPluginGuestManager::CanEmbedderAccessInstanceID(
BrowserPluginGuestManager  206 content/browser/browser_plugin/browser_plugin_guest_manager.cc SiteInstance* BrowserPluginGuestManager::GetGuestSiteInstance(
BrowserPluginGuestManager  219 content/browser/browser_plugin/browser_plugin_guest_manager.cc void BrowserPluginGuestManager::OnUnhandledSwapBuffersACK(
BrowserPluginGuestManager  228 content/browser/browser_plugin/browser_plugin_guest_manager.cc bool BrowserPluginGuestManager::ForEachGuest(
BrowserPluginGuestManager   44 content/browser/browser_plugin/browser_plugin_guest_manager.h class CONTENT_EXPORT BrowserPluginGuestManager :
BrowserPluginGuestManager   47 content/browser/browser_plugin/browser_plugin_guest_manager.h   virtual ~BrowserPluginGuestManager();
BrowserPluginGuestManager   49 content/browser/browser_plugin/browser_plugin_guest_manager.h   static BrowserPluginGuestManager* Create();
BrowserPluginGuestManager   54 content/browser/browser_plugin/browser_plugin_guest_manager.h     content::BrowserPluginGuestManager::factory_ = factory;
BrowserPluginGuestManager   98 content/browser/browser_plugin/browser_plugin_guest_manager.h   BrowserPluginGuestManager();
BrowserPluginGuestManager  131 content/browser/browser_plugin/browser_plugin_guest_manager.h   DISALLOW_COPY_AND_ASSIGN(BrowserPluginGuestManager);
BrowserPluginGuestManager  104 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   virtual BrowserPluginGuestManager*
BrowserPluginGuestManager  237 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     content::BrowserPluginGuestManager::set_factory_for_testing(
BrowserPluginGuestManager   26 content/browser/browser_plugin/browser_plugin_host_factory.h   virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager() = 0;
BrowserPluginGuestManager   38 content/browser/browser_plugin/browser_plugin_message_filter.cc     BrowserPluginGuestManager* guest_manager = GetBrowserPluginGuestManager();
BrowserPluginGuestManager   59 content/browser/browser_plugin/browser_plugin_message_filter.cc BrowserPluginGuestManager*
BrowserPluginGuestManager   68 content/browser/browser_plugin/browser_plugin_message_filter.cc   return static_cast<BrowserPluginGuestManager*>(
BrowserPluginGuestManager   13 content/browser/browser_plugin/browser_plugin_message_filter.h class BrowserPluginGuestManager;
BrowserPluginGuestManager   35 content/browser/browser_plugin/browser_plugin_message_filter.h   BrowserPluginGuestManager* GetBrowserPluginGuestManager();
BrowserPluginGuestManager   21 content/browser/browser_plugin/test_browser_plugin_guest_manager.cc   BrowserPluginGuestManager::AddGuest(instance_id, guest_web_contents);
BrowserPluginGuestManager   23 content/browser/browser_plugin/test_browser_plugin_guest_manager.h class TestBrowserPluginGuestManager : public BrowserPluginGuestManager {
BrowserPluginGuestManager   25 content/browser/browser_plugin/test_browser_plugin_guest_manager.h   typedef BrowserPluginGuestManager::GuestInstanceMap GuestInstanceMap;
BrowserPluginGuestManager 3658 content/browser/web_contents/web_contents_impl.cc BrowserPluginGuestManager*
BrowserPluginGuestManager 3660 content/browser/web_contents/web_contents_impl.cc   return static_cast<BrowserPluginGuestManager*>(
BrowserPluginGuestManager   47 content/browser/web_contents/web_contents_impl.h class BrowserPluginGuestManager;
BrowserPluginGuestManager  155 content/browser/web_contents/web_contents_impl.h   BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;