Searched defs:GetSessionStorageNamespace (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/content/browser/frame_host/
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/renderer_host/
H A Drender_view_host_delegate.cc33 SessionStorageNamespace* RenderViewHostDelegate::GetSessionStorageNamespace( function in class:content::RenderViewHostDelegate
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1815 SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( function in class:content::WebContentsImpl
1817 return controller_.GetSessionStorageNamespace(instance);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1059 content::SessionStorageNamespace* GetSessionStorageNamespace() const { function in class:prerender::PrerenderBrowserTest
1371 url, GetSessionStorageNamespace()) != NULL;
H A Dprerender_contents.cc814 SessionStorageNamespace* PrerenderContents::GetSessionStorageNamespace() const { function in class:prerender::PrerenderContents
H A Dprerender_handle.cc140 PrerenderHandle::GetSessionStorageNamespace() const { function in class:prerender::PrerenderHandle
143 return prerender_data_->contents()->GetSessionStorageNamespace();

Completed in 3136 milliseconds