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

  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 18 // 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,
29 explicit WebViewGuest(content::WebContents* guest_web_contents);
31 static WebViewGuest* From(int embedder_process_id, int instance_id);
38 virtual WebViewGuest* AsWebView() OVERRIDE;
87 virtual ~WebViewGuest();
135 // We only need the ids to be unique for a given WebViewGuest.
142 DISALLOW_COPY_AND_ASSIGN(WebViewGuest);
webview_guest.cc 80 WebViewGuest::WebViewGuest(WebContents* guest_web_contents)
96 WebViewGuest* WebViewGuest::From(int embedder_process_id,
104 void WebViewGuest::Attach(WebContents* embedder_web_contents,
113 GuestView::Type WebViewGuest::GetViewType() const {
117 WebViewGuest* WebViewGuest::AsWebView() {
121 AdViewGuest* WebViewGuest::AsAdView() {
125 void WebViewGuest::AddMessageToConsole(int32 level
    [all...]

Completed in 438 milliseconds