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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 32 #include "web/WebDataSourceImpl.h"
47 PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
49 return adoptRef(new WebDataSourceImpl(frame, request, data));
52 const WebURLRequest& WebDataSourceImpl::originalRequest() const
58 const WebURLRequest& WebDataSourceImpl::request() const
64 const WebURLResponse& WebDataSourceImpl::response() const
70 bool WebDataSourceImpl::hasUnreachableURL() const
75 WebURL WebDataSourceImpl::unreachableURL() const
80 void WebDataSourceImpl::appendRedirect(const WebURL& url
    [all...]
WebDataSourceImpl.h 48 class WebDataSourceImpl FINAL : public DocumentLoader, public WebDataSource {
50 static PassRefPtr<WebDataSourceImpl> create(LocalFrame*, const ResourceRequest&, const SubstituteData&);
52 static WebDataSourceImpl* fromDocumentLoader(DocumentLoader* loader)
54 return static_cast<WebDataSourceImpl*>(loader);
79 WebDataSourceImpl(LocalFrame*, const ResourceRequest&, const SubstituteData&);
80 virtual ~WebDataSourceImpl();
WebLocalFrameImpl.h 60 class WebDataSourceImpl;
266 WebDataSourceImpl* dataSourceImpl() const;
267 WebDataSourceImpl* provisionalDataSourceImpl() const;
FrameLoaderClientImpl.cpp 89 #include "web/WebDataSourceImpl.h"
467 WebDataSourceImpl* ds = WebDataSourceImpl::fromDocumentLoader(loader);
590 RefPtr<WebDataSourceImpl> ds = WebDataSourceImpl::create(frame, request, data);
730 return WebDataSourceImpl::fromDocumentLoader(loader)->releasePluginLoadObserver();
ContextMenuClientImpl.cpp 78 #include "web/WebDataSourceImpl.h"
94 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
371 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
WebLocalFrameImpl.cpp 205 #include "web/WebDataSourceImpl.h"
461 return loader ? WebDataSourceImpl::fromDocumentLoader(loader) : 0;
    [all...]
WebPluginContainerImpl.cpp 92 #include "web/WebDataSourceImpl.h"
483 WebDataSourceImpl::setNextPluginLoadObserver(observer.release());
blink_web.target.darwin-arm.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-arm64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-mips.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-mips64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-x86.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.darwin-x86_64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-arm.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-arm64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-mips.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-mips64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-x86.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \
blink_web.target.linux-x86_64.mk 106 third_party/WebKit/Source/web/WebDataSourceImpl.cpp \

Completed in 370 milliseconds