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

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.cc33 SessionStorageNamespace* RenderViewHostDelegate::GetSessionStorageNamespace( function in class:content::RenderViewHostDelegate
H A Drender_view_host_browsertest.cc147 rvh->GetDelegate()->GetSessionStorageNamespace(site_instance);
H A Drender_view_host_delegate.h268 virtual SessionStorageNamespace* GetSessionStorageNamespace(
H A Drender_view_host_impl.cc291 delegate_->GetSessionStorageNamespace(instance_.get())->id();
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_handle.cc140 PrerenderHandle::GetSessionStorageNamespace() const { function in class:prerender::PrerenderHandle
143 return prerender_data_->contents()->GetSessionStorageNamespace();
H A Dprerender_handle.h95 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
H A Dprerender_contents.h275 content::SessionStorageNamespace* GetSessionStorageNamespace() const;
H A Dprerender_contents.cc814 SessionStorageNamespace* PrerenderContents::GetSessionStorageNamespace() const { function in class:prerender::PrerenderContents
H A Dprerender_manager.cc461 prerender_data->contents()->GetSessionStorageNamespace();
1069 prerender_data_->contents()->GetSessionStorageNamespace();
H A Dprerender_local_predictor.cc1535 GetSessionStorageNamespace();
H A Dprerender_browsertest.cc1059 content::SessionStorageNamespace* GetSessionStorageNamespace() const { function in class:prerender::PrerenderBrowserTest
1371 url, GetSessionStorageNamespace()) != NULL;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h155 virtual SessionStorageNamespace* GetSessionStorageNamespace(
H A Dnavigation_controller_impl.h103 SessionStorageNamespace* GetSessionStorageNamespace(
H A Dinterstitial_page_impl.cc781 SessionStorageNamespace* InterstitialPageImpl::GetSessionStorageNamespace( function in class:content::InterstitialPageImpl
H A Dnavigation_controller_impl.cc1467 NavigationControllerImpl::GetSessionStorageNamespace(SiteInstance* instance) { function in class:content::NavigationControllerImpl
1499 // TODO(ajwong): Remove if statement in GetSessionStorageNamespace().
1500 return GetSessionStorageNamespace(NULL);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h485 virtual SessionStorageNamespace* GetSessionStorageNamespace(
H A Dweb_contents_impl.cc1815 SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( function in class:content::WebContentsImpl
1817 return controller_.GetSessionStorageNamespace(instance);

Completed in 192 milliseconds