Home | History | Annotate | Download | only in src

Lines Matching refs:ds

489     WebDataSourceImpl* ds = m_webFrame->provisionalDataSourceImpl();
490 if (!ds) {
491 // Got a server redirect when there is no provisional DS!
497 if (ds->request().isNull())
502 ASSERT(ds->hasRedirectChain());
508 ds->appendRedirect(ds->request().url());
576 WebDataSourceImpl* ds = m_webFrame->dataSourceImpl();
577 ASSERT(ds); // Should not be null when navigating to a reference fragment!
578 if (ds) {
579 KURL url = ds->request().url();
581 if (ds->hasRedirectChain()) {
582 chainEnd = ds->endOfRedirectChain();
583 ds->clearRedirectChain();
602 ds->appendRedirect(chainEnd);
611 ds->appendRedirect(url);
658 WebDataSourceImpl* ds = m_webFrame->provisionalDataSourceImpl();
659 if (!ds) {
663 KURL url = ds->request().url();
667 ASSERT(!ds->hasRedirectChain());
679 ds->appendRedirect(m_expectedClientRedirectSrc);
682 ds->appendRedirect(url);
905 const WebDataSourceImpl* ds = m_webFrame->provisionalDataSourceImpl();
906 if (ds) {
907 KURL url = ds->request().url();
912 bool isRedirect = ds->hasRedirectChain();
930 m_webFrame, ds->request(), webnavType, originatingNode,
1271 RefPtr<WebDataSourceImpl> ds = WebDataSourceImpl::create(request, data);
1273 m_webFrame->client()->didCreateDataSource(m_webFrame, ds.get());
1274 return ds.release();
1480 WebDataSourceImpl* ds = WebDataSourceImpl::fromDocumentLoader(
1482 return ds->releasePluginLoadObserver();