Searched refs:BrowserPluginEmbedder (Results 1 – 4 of 4) sorted by relevance
29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents) in BrowserPluginEmbedder() function in content::BrowserPluginEmbedder35 BrowserPluginEmbedder::~BrowserPluginEmbedder() { in ~BrowserPluginEmbedder()39 BrowserPluginEmbedder* BrowserPluginEmbedder::Create( in Create()41 return new BrowserPluginEmbedder(web_contents); in Create()44 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) { in DragEnteredGuest()48 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) { in DragLeftGuest()56 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) { in StartDrag()61 WebContentsImpl* BrowserPluginEmbedder::GetWebContents() const { in GetWebContents()66 BrowserPluginEmbedder::GetBrowserPluginGuestManager() const { in GetBrowserPluginGuestManager()70 void BrowserPluginEmbedder::ClearGuestDragStateIfApplicable() { in ClearGuestDragStateIfApplicable()[all …]
40 class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {42 virtual ~BrowserPluginEmbedder();44 static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents);74 explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);107 base::WeakPtrFactory<BrowserPluginEmbedder> weak_ptr_factory_;109 DISALLOW_COPY_AND_ASSIGN(BrowserPluginEmbedder);
49 class BrowserPluginEmbedder; variable151 BrowserPluginEmbedder* GetBrowserPluginEmbedder() const; in NON_EXPORTED_BASE()1189 scoped_ptr<BrowserPluginEmbedder> browser_plugin_embedder_; in NON_EXPORTED_BASE()
3043 browser_plugin_embedder_.reset(BrowserPluginEmbedder::Create(this)); in OnBrowserPluginMessage()4304 BrowserPluginEmbedder* WebContentsImpl::GetBrowserPluginEmbedder() const { in GetBrowserPluginEmbedder()