HomeSort by relevance Sort by last modified time
    Searched defs:BrowserPluginGuest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 5 // 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 {
82 virtual ~BrowserPluginGuest();
86 // BrowserPluginGuest must be constructed and installed into a WebContents
91 static BrowserPluginGuest* Create(WebContentsImpl* web_contents
    [all...]
browser_plugin_guest.cc 46 class BrowserPluginGuest::EmbedderWebContentsObserver
49 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest)
67 BrowserPluginGuest* browser_plugin_guest_;
72 BrowserPluginGuest::BrowserPluginGuest(bool has_render_view,
97 base::Bind(&BrowserPluginGuest::WillDestroy, AsWeakPtr()));
100 void BrowserPluginGuest::WillDestroy() {
105 base::WeakPtr<BrowserPluginGuest> BrowserPluginGuest::AsWeakPtr() {
109 void BrowserPluginGuest::SetFocus(RenderWidgetHost* rwh, bool focused)
    [all...]

Completed in 171 milliseconds