Home | History | Annotate | Download | only in guestview

Lines Matching full:guestview

18 // A GuestView is the base class browser-side API implementation for a <*view>
19 // tag. GuestView maintains an association between a guest WebContents and an
22 class GuestView : public content::BrowserPluginGuestDelegate {
46 static GuestView* Create(content::WebContents* guest_web_contents,
50 static GuestView* FromWebContents(content::WebContents* web_contents);
52 static GuestView* From(int embedder_process_id, int instance_id);
56 // A GuestView can specify both the partition name and whether the storage
84 // Returns a WebViewGuest if this GuestView belongs to a <webview>.
87 // Returns an AdViewGuest if the GuestView belongs to an <adview>.
109 GuestView(content::WebContents* guest_web_contents,
111 virtual ~GuestView();
135 DISALLOW_COPY_AND_ASSIGN(GuestView);