HomeSort by relevance Sort by last modified time
    Searched refs:AppViewGuest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/browser/guest_view/app_view/
app_view_guest.cc 39 base::WeakPtr<AppViewGuest> app_view_guest;
43 const base::WeakPtr<AppViewGuest>& app_view_guest,
59 const char AppViewGuest::Type[] = "appview";
62 bool AppViewGuest::CompletePendingRequest(
91 GuestViewBase* AppViewGuest::Create(content::BrowserContext* browser_context,
97 return new AppViewGuest(browser_context, guest_instance_id);
100 AppViewGuest::AppViewGuest(content::BrowserContext* browser_context,
102 : GuestView<AppViewGuest>(browser_context, guest_instance_id),
108 AppViewGuest::~AppViewGuest()
    [all...]
app_view_guest.h 17 // An AppViewGuest provides the browser-side implementation of <appview> API.
18 // AppViewGuest is created on attachment. That is, when a guest WebContents is
21 class AppViewGuest : public GuestView<AppViewGuest>,
61 AppViewGuest(content::BrowserContext* browser_context, int guest_instance_id);
63 virtual ~AppViewGuest();
82 base::WeakPtrFactory<AppViewGuest> weak_ptr_factory_;
84 DISALLOW_COPY_AND_ASSIGN(AppViewGuest);
  /external/chromium_org/extensions/browser/api/app_view/
app_view_internal_api.cc 27 return AppViewGuest::CompletePendingRequest(browser_context(),
42 // Since the URL passed into AppViewGuest:::CompletePendingRequest is invalid,
44 return AppViewGuest::CompletePendingRequest(browser_context(),
  /external/chromium_org/extensions/browser/guest_view/
guest_view_base.cc 488 AppViewGuest::Register();

Completed in 62 milliseconds