Home
last modified time | relevance | path

Searched refs:GetSessionStorageNamespace (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
Dprerender_handle.cc140 PrerenderHandle::GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderHandle
143 return prerender_data_->contents()->GetSessionStorageNamespace(); in GetSessionStorageNamespace()
Dprerender_handle.h95 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
Dprerender_contents.h288 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
Dprerender_contents.cc831 SessionStorageNamespace* PrerenderContents::GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderContents
Dprerender_manager.cc465 prerender_data->contents()->GetSessionStorageNamespace(); in MaybeUsePrerenderedPage()
1083 prerender_data_->contents()->GetSessionStorageNamespace(); in BeginSwap()
Dprerender_local_predictor.cc1378 GetSessionStorageNamespace(); in OnTabHelperURLSeen()
Dprerender_browsertest.cc1030 content::SessionStorageNamespace* GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderBrowserTest
1268 url, GetSessionStorageNamespace()) != NULL; in UrlIsInPrerenderManager()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.cc33 SessionStorageNamespace* RenderViewHostDelegate::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::RenderViewHostDelegate
Drender_view_host_browsertest.cc147 rvh->GetDelegate()->GetSessionStorageNamespace(site_instance); in IN_PROC_BROWSER_TEST_F()
Drender_view_host_delegate.h278 virtual SessionStorageNamespace* GetSessionStorageNamespace(
Drender_view_host_impl.cc302 delegate_->GetSessionStorageNamespace(instance_)->id(); in CreateRenderView()
/external/chromium_org/content/browser/frame_host/
Dinterstitial_page_impl.h154 virtual SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
Dnavigation_controller_impl.h103 SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
Dnavigation_controller_impl.cc1445 NavigationControllerImpl::GetSessionStorageNamespace(SiteInstance* instance) { in GetSessionStorageNamespace() function in content::NavigationControllerImpl
1478 return GetSessionStorageNamespace(NULL); in GetDefaultSessionStorageNamespace()
Dinterstitial_page_impl.cc769 SessionStorageNamespace* InterstitialPageImpl::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::InterstitialPageImpl
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h439 virtual SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
Dweb_contents_impl.cc1672 SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::WebContentsImpl
1674 return controller_.GetSessionStorageNamespace(instance); in GetSessionStorageNamespace()