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

  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest.h 30 // A WebViewGuest provides the browser-side implementation of the <webview> API
31 // and manages the dispatch of <webview> extension events. WebViewGuest is
36 class WebViewGuest : public GuestView<WebViewGuest>,
42 // For WebViewGuest, we create special guest processes, which host the
55 // WebViewGuest.
238 WebViewGuest(content::BrowserContext* browser_context,
241 virtual ~WebViewGuest();
299 // WebViewGuest.
313 // Creates a new guest window owned by this WebViewGuest
    [all...]
web_view_guest.cc 138 GuestViewBase* WebViewGuest::Create(content::BrowserContext* browser_context,
140 return new WebViewGuest(browser_context, guest_instance_id);
144 bool WebViewGuest::GetGuestPartitionConfigForSite(
167 const char WebViewGuest::Type[] = "webview";
170 int WebViewGuest::GetViewInstanceId(WebContents* contents) {
171 WebViewGuest* guest = FromWebContents(contents);
178 const char* WebViewGuest::GetAPINamespace() const {
182 int WebViewGuest::GetTaskPrefix() const {
186 void WebViewGuest::CreateWebContents(
253 void WebViewGuest::DidAttachToEmbedder()
    [all...]

Completed in 114 milliseconds