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

/external/chromium_org/chrome/browser/guestview/webview/
H A Dwebview_guest.h18 // A WebViewGuest is a WebContentsObserver on the guest WebContents of a
20 // API and manages the lifetime of <webview> extension events. WebViewGuest is
25 class WebViewGuest : public GuestView, class in inherits:GuestView,content::NotificationObserver,content::WebContentsObserver
29 WebViewGuest(content::WebContents* guest_web_contents,
32 static WebViewGuest* From(int embedder_process_id, int instance_id);
33 static WebViewGuest* FromWebContents(content::WebContents* contents);
39 virtual WebViewGuest* AsWebView() OVERRIDE;
124 virtual ~WebViewGuest();
191 // We only need the ids to be unique for a given WebViewGuest.
204 DISALLOW_COPY_AND_ASSIGN(WebViewGuest);
[all...]
H A Dwebview_guest.cc117 WebViewGuest::WebViewGuest(WebContents* guest_web_contents, function in class:WebViewGuest
138 WebViewGuest* WebViewGuest::From(int embedder_process_id,
147 WebViewGuest* WebViewGuest::FromWebContents(WebContents* contents) {
153 void WebViewGuest::RecordUserInitiatedUMA(const PermissionResponseInfo& info,
244 void WebViewGuest::Attach(WebContents* embedder_web_contents,
259 GuestView::Type WebViewGuest::GetViewType() const {
263 WebViewGuest* WebViewGues
[all...]

Completed in 26 milliseconds