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

  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 12 // An AdViewGuest is a WebContentsObserver on the guest WebContents of a
14 // API and manages the lifetime of <adview> extension events. AdViewGuest is
18 // between AdViewGuest and WebViewGuest.
19 class AdViewGuest : public GuestView,
22 AdViewGuest(content::WebContents* guest_web_contents,
25 static AdViewGuest* From(int embedder_process_id, int instance_id);
30 virtual AdViewGuest* AsAdView() OVERRIDE;
33 virtual ~AdViewGuest();
51 DISALLOW_COPY_AND_ASSIGN(AdViewGuest);
adview_guest.cc 15 AdViewGuest::AdViewGuest(WebContents* guest_web_contents,
22 AdViewGuest* AdViewGuest::From(int embedder_process_id,
30 GuestView::Type AdViewGuest::GetViewType() const {
34 WebViewGuest* AdViewGuest::AsWebView() {
38 AdViewGuest* AdViewGuest::AsAdView() {
42 AdViewGuest::~AdViewGuest() {
    [all...]

Completed in 32 milliseconds