Home
last modified time | relevance | path

Searched refs:BrowserPluginEmbedder (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_embedder.cc29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents) in BrowserPluginEmbedder() function in content::BrowserPluginEmbedder
35 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 …]
Dbrowser_plugin_embedder.h40 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);
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h49 class BrowserPluginEmbedder; variable
151 BrowserPluginEmbedder* GetBrowserPluginEmbedder() const; in NON_EXPORTED_BASE()
1189 scoped_ptr<BrowserPluginEmbedder> browser_plugin_embedder_; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3043 browser_plugin_embedder_.reset(BrowserPluginEmbedder::Create(this)); in OnBrowserPluginMessage()
4304 BrowserPluginEmbedder* WebContentsImpl::GetBrowserPluginEmbedder() const { in GetBrowserPluginEmbedder()