Searched refs:IsIsolatedGuest (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_process_host.h95 // other non-guest renderers in the same process if IsIsolatedGuest is false.
96 virtual bool IsIsolatedGuest() const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h47 virtual bool IsIsolatedGuest() const OVERRIDE;
H A Dmock_render_process_host.cc97 bool MockRenderProcessHost::IsIsolatedGuest() const { function in class:content::MockRenderProcessHost
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc385 IsIsolatedGuest());
388 IsIsolatedGuest());
391 IsIsolatedGuest());
394 IsIsolatedGuest());
397 IsIsolatedGuest());
400 IsIsolatedGuest());
403 IsIsolatedGuest());
587 IsIsolatedGuest());
1189 IsIsolatedGuest());
1264 ASSERT_TRUE(guest_web_contents->GetRenderProcessHost()->IsIsolatedGuest());
[all...]
H A Dweb_view_interactive_browsertest.cc311 IsIsolatedGuest());
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h104 virtual bool IsIsolatedGuest() const OVERRIDE;
H A Drender_process_host_impl.cc998 bool RenderProcessHostImpl::IsIsolatedGuest() const { function in class:content::RenderProcessHostImpl
1673 bool non_web_url_in_guest = rph->IsIsolatedGuest() &&
1701 if (host->IsIsolatedGuest())
H A Drender_view_host_impl.cc312 if (GetProcess()->IsIsolatedGuest())
740 if (GetProcess()->IsIsolatedGuest()) {
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc1130 !new_render_frame_host->GetProcess()->IsIsolatedGuest()) {
1222 if (pending_web_ui() && !render_view_host->GetProcess()->IsIsolatedGuest()) {
1585 !render_frame_host_->GetProcess()->IsIsolatedGuest()) {
H A Dnavigation_controller_impl.cc355 site_instance->GetProcess()->IsIsolatedGuest();
H A Drender_frame_host_impl.cc1197 if (!GetProcess()->IsIsolatedGuest()) {
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader.cc553 if (process->IsIsolatedGuest())
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc352 CHECK(web_contents()->GetRenderProcessHost()->IsIsolatedGuest());
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc857 if (host->IsIsolatedGuest()) {

Completed in 323 milliseconds