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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h5 // A BrowserPluginEmbedder handles messages coming from a BrowserPlugin's
9 // renderer creates a BrowserPluginEmbedder for itself. The
10 // BrowserPluginEmbedder, in turn, forwards the requests to a
40 class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver { class in namespace:content
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);
H A Dbrowser_plugin_embedder.cc29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents) function in class:content::BrowserPluginEmbedder
35 BrowserPluginEmbedder::~BrowserPluginEmbedder() {
39 BrowserPluginEmbedder* BrowserPluginEmbedder::Create(
41 return new BrowserPluginEmbedder(web_contents);
44 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
48 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
56 void BrowserPluginEmbedder
[all...]

Completed in 60 milliseconds