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

/external/chromium_org/content/public/browser/
H A Drender_process_host.h131 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h64 virtual bool InSameStoragePartition(
H A Dmock_render_process_host.cc180 bool MockRenderProcessHost::InSameStoragePartition( function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h110 virtual bool InSameStoragePartition(
H A Drender_process_host_impl.cc1439 bool RenderProcessHostImpl::InSameStoragePartition( function in class:content::RenderProcessHostImpl
1700 // InSameStoragePartition should handle the possible sharing.
1709 if (!host->InSameStoragePartition(dest_partition))

Completed in 1329 milliseconds