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. It has a
16 // BrowserPluginGuest is a WebContentsDelegate and WebContentsObserver for the
17 // guest WebContents. BrowserPluginGuest operates under the assumption that the
82 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
83 // A BrowserPluginGuest can also create a new unattached guest via
86 class CONTENT_EXPORT BrowserPluginGuest class in namespace:content
91 public base::SupportsWeakPtr<BrowserPluginGuest> {
94 virtual ~BrowserPluginGuest();
96 static BrowserPluginGuest* Creat
[all...]
H A Dbrowser_plugin_guest.cc58 BrowserPluginHostFactory* BrowserPluginGuest::factory_ = NULL;
62 class BrowserPluginGuest::PermissionRequest :
63 public base::RefCounted<BrowserPluginGuest::PermissionRequest> {
72 friend class base::RefCounted<BrowserPluginGuest::PermissionRequest>;
75 class BrowserPluginGuest::DownloadRequest : public PermissionRequest {
92 class BrowserPluginGuest::GeolocationRequest : public PermissionRequest {
96 base::WeakPtrFactory<BrowserPluginGuest>* weak_ptr_factory)
106 base::WeakPtr<BrowserPluginGuest> guest(weak_ptr_factory_->GetWeakPtr());
118 &BrowserPluginGuest::SetGeolocationPermission,
143 base::WeakPtrFactory<BrowserPluginGuest>* weak_ptr_factory
330 BrowserPluginGuest::BrowserPluginGuest( function in class:content::BrowserPluginGuest
[all...]

Completed in 194 milliseconds