Home
last modified time | relevance | path

Searched refs:InSameStoragePartition (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
Drender_process_host.h151 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h70 virtual bool InSameStoragePartition(
Dmock_render_process_host.cc218 bool MockRenderProcessHost::InSameStoragePartition( in InSameStoragePartition() function in content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h105 virtual bool InSameStoragePartition(
Drender_process_host_impl.cc1400 bool RenderProcessHostImpl::InSameStoragePartition( in InSameStoragePartition() function in content::RenderProcessHostImpl
1550 if (!host->InSameStoragePartition(dest_partition)) in IsSuitableHost()