HomeSort by relevance Sort by last modified time
    Searched refs:WebDataSourceImpl (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 32 #include "web/WebDataSourceImpl.h"
49 PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
51 return adoptRef(new WebDataSourceImpl(frame, request, data));
54 const WebURLRequest& WebDataSourceImpl::originalRequest() const
60 const WebURLRequest& WebDataSourceImpl::request() const
66 const WebURLResponse& WebDataSourceImpl::response() const
72 bool WebDataSourceImpl::hasUnreachableURL() const
77 WebURL WebDataSourceImpl::unreachableURL() const
82 void WebDataSourceImpl::appendRedirect(const WebURL& url
    [all...]
WebDataSourceImpl.h 48 class WebDataSourceImpl FINAL : public WebCore::DocumentLoader, public WebDataSource {
50 static PassRefPtr<WebDataSourceImpl> create(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
52 static WebDataSourceImpl* fromDocumentLoader(WebCore::DocumentLoader* loader)
54 return static_cast<WebDataSourceImpl*>(loader);
79 WebDataSourceImpl(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
80 virtual ~WebDataSourceImpl();
WebLocalFrameImpl.h 64 class WebDataSourceImpl;
266 WebDataSourceImpl* dataSourceImpl() const;
267 WebDataSourceImpl* provisionalDataSourceImpl() const;
FrameLoaderClientImpl.cpp 89 #include "web/WebDataSourceImpl.h"
463 WebDataSourceImpl* ds = WebDataSourceImpl::fromDocumentLoader(loader);
571 RefPtr<WebDataSourceImpl> ds = WebDataSourceImpl::create(frame, request, data);
711 return WebDataSourceImpl::fromDocumentLoader(loader)->releasePluginLoadObserver();
ContextMenuClientImpl.cpp 76 #include "web/WebDataSourceImpl.h"
94 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
365 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
WebLocalFrameImpl.cpp 190 #include "web/WebDataSourceImpl.h"
460 return loader ? WebDataSourceImpl::fromDocumentLoader(loader) : 0;
    [all...]
WebPluginContainerImpl.cpp 43 #include "web/WebDataSourceImpl.h"
475 WebDataSourceImpl::setNextPluginLoadObserver(observer.release());
blink_web.target.darwin-arm.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-arm64.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-mips.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-x86.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-x86_64.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-arm.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-arm64.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-mips.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-x86.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-x86_64.mk 166 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \

Completed in 216 milliseconds