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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h5 // A BrowserPluginGuest is the browser side of a browser <--> embedder
9 // BrowserPluginGuest lives on the UI thread of the browser process. Any
13 // BrowserPluginGuest is a WebContentsObserver for the guest WebContents.
14 // BrowserPluginGuest operates under the assumption that the guest will be
76 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
77 // A BrowserPluginGuest can also create a new unattached guest via
80 class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver { class in namespace:content
82 virtual ~BrowserPluginGuest();
86 // BrowserPluginGuest must be constructed and installed into a WebContents
91 static BrowserPluginGuest* Creat
[all...]
H A Dbrowser_plugin_guest.cc46 class BrowserPluginGuest::EmbedderWebContentsObserver
49 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest)
67 BrowserPluginGuest* browser_plugin_guest_;
72 BrowserPluginGuest::BrowserPluginGuest(bool has_render_view, function in class:content::BrowserPluginGuest
97 base::Bind(&BrowserPluginGuest::WillDestroy, AsWeakPtr()));
100 void BrowserPluginGuest::WillDestroy() {
105 base::WeakPtr<BrowserPluginGuest> BrowserPluginGuest::AsWeakPtr() {
109 void BrowserPluginGuest
[all...]

Completed in 2810 milliseconds