/external/chromium_org/chrome/browser/prerender/ |
D | prerender_handle.cc | 140 PrerenderHandle::GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderHandle 143 return prerender_data_->contents()->GetSessionStorageNamespace(); in GetSessionStorageNamespace()
|
D | prerender_handle.h | 95 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
|
D | prerender_contents.h | 288 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
|
D | prerender_contents.cc | 831 SessionStorageNamespace* PrerenderContents::GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderContents
|
D | prerender_manager.cc | 465 prerender_data->contents()->GetSessionStorageNamespace(); in MaybeUsePrerenderedPage() 1083 prerender_data_->contents()->GetSessionStorageNamespace(); in BeginSwap()
|
D | prerender_local_predictor.cc | 1378 GetSessionStorageNamespace(); in OnTabHelperURLSeen()
|
D | prerender_browsertest.cc | 1030 content::SessionStorageNamespace* GetSessionStorageNamespace() const { in GetSessionStorageNamespace() function in prerender::PrerenderBrowserTest 1268 url, GetSessionStorageNamespace()) != NULL; in UrlIsInPrerenderManager()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate.cc | 33 SessionStorageNamespace* RenderViewHostDelegate::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::RenderViewHostDelegate
|
D | render_view_host_browsertest.cc | 147 rvh->GetDelegate()->GetSessionStorageNamespace(site_instance); in IN_PROC_BROWSER_TEST_F()
|
D | render_view_host_delegate.h | 278 virtual SessionStorageNamespace* GetSessionStorageNamespace(
|
D | render_view_host_impl.cc | 302 delegate_->GetSessionStorageNamespace(instance_)->id(); in CreateRenderView()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.h | 154 virtual SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
|
D | navigation_controller_impl.h | 103 SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
|
D | navigation_controller_impl.cc | 1445 NavigationControllerImpl::GetSessionStorageNamespace(SiteInstance* instance) { in GetSessionStorageNamespace() function in content::NavigationControllerImpl 1478 return GetSessionStorageNamespace(NULL); in GetDefaultSessionStorageNamespace()
|
D | interstitial_page_impl.cc | 769 SessionStorageNamespace* InterstitialPageImpl::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::InterstitialPageImpl
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.h | 439 virtual SessionStorageNamespace* GetSessionStorageNamespace( in NON_EXPORTED_BASE()
|
D | web_contents_impl.cc | 1672 SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( in GetSessionStorageNamespace() function in content::WebContentsImpl 1674 return controller_.GetSessionStorageNamespace(instance); in GetSessionStorageNamespace()
|