HomeSort by relevance Sort by last modified time
    Searched full:guest_site_instance (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/guest_view/mime_handler_view/
mime_handler_view_guest.cc 107 content::SiteInstance* guest_site_instance = local
111 WebContents::CreateParams params(browser_context(), guest_site_instance); local
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest.cc 237 content::SiteInstance* guest_site_instance = local
239 if (!guest_site_instance) {
243 guest_site_instance = content::SiteInstance::CreateForURL(
248 guest_site_instance);
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 89 // embedder needs to be aware of |guest_site_instance| on the guest's

Completed in 909 milliseconds