Home
last modified time | relevance | path

Searched refs:WebDocumentLoader (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebDocumentLoader.cpp33 WebDocumentLoader::WebDocumentLoader(const ResourceRequest& request, const SubstituteData& substitu… in WebDocumentLoader() function in WebDocumentLoader
42 PassRefPtr<WebDocumentLoader> WebDocumentLoader::create(const ResourceRequest& req, const Substitut… in create()
44 return adoptRef(new WebDocumentLoader(req, data)); in create()
47 WebDocumentLoader::~WebDocumentLoader() in ~WebDocumentLoader()
57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource()
65 WebDataSource* WebDocumentLoader::dataSource() const in dataSource()
70 void WebDocumentLoader::detachDataSource() in detachDataSource()
78 void WebDocumentLoader::attachToFrame() in attachToFrame()
88 void WebDocumentLoader::detachFromFrame() in detachFromFrame()
DWebDocumentLoader.h31 class WebDocumentLoader : public DocumentLoader
34 static PassRefPtr<WebDocumentLoader> create(const ResourceRequest&, const SubstituteData&);
36 ~WebDocumentLoader();
46 WebDocumentLoader(const ResourceRequest&, const SubstituteData&);
DWebDataSource.h33 class WebDocumentLoader; variable
41 static WebDataSource* createInstance(WebDocumentLoader*);
43 WebDataSource(WebDocumentLoader*);
117 WebDocumentLoader* documentLoader() const;
120 RefPtr<WebDocumentLoader> m_loader;
DWebDataSource.cpp56 WebDataSource::WebDataSource(WebDocumentLoader* loader) in WebDataSource()
74 WebDataSource* WebDataSource::createInstance(WebDocumentLoader* loader) in createInstance()
81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader()
DChangeLog-2009-06-164126 Fix WebDocumentLoader leak on Windows.
4130 * WebDocumentLoader.cpp:
4131 (WebDocumentLoader::create):
4132 * WebDocumentLoader.h:
5509 * WebDocumentLoader.cpp:
5510 (WebDocumentLoader::WebDocumentLoader):
5511 (WebDocumentLoader::~WebDocumentLoader):
11127 <rdar://problem/5453494> Better lifetime management of WebDataSource and WebDocumentLoader
11128 … The problem was that WebDataSource does not hold a strong reference to the WebDocumentLoader. If
11130 a stale WebDocumentLoader.
[all …]
DWebFrame.cpp648 return loader ? static_cast<WebDocumentLoader*>(loader)->dataSource() : 0; in getWebDataSource()
DChangeLog418 * WebDocumentLoader.h:
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp77 return loader ? static_cast<WebDocumentLoader*>(loader)->dataSource() : 0; in getWebDataSource()
668 RefPtr<WebDocumentLoader> loader = WebDocumentLoader::create(request, substituteData); in createDocumentLoader()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1412657 - converted WebDocumentLoader to C++
13523 * Loader/WebDocumentLoader.h: Removed.
13524 * Loader/WebDocumentLoader.m: Removed.
13846 * Loader/WebDocumentLoader.h:
13847 * Loader/WebDocumentLoader.m:
13848 (-[WebDocumentLoader URLForHistory]):
13927 * Loader/WebDocumentLoader.m:
13928 (-[WebDocumentLoader bridge]):
14018 * Loader/WebDocumentLoader.h:
14068 * Loader/WebDocumentLoader.h:
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3117056 * loader/WebDocumentLoader.h: Removed.
17201 * loader/mac/WebDocumentLoader.mm: Removed.
17230 * loader/WebDocumentLoader.h: Ditto.
17234 * loader/mac/WebDocumentLoader.mm:
17262 * loader/mac/WebDocumentLoader.h: Removed.
17270 * loader/WebDocumentLoader.h: Added.
18396 * loader/mac/WebDocumentLoader.mm:
18444 * loader/mac/WebDocumentLoader.h:
18445 * loader/mac/WebDocumentLoader.mm:
18796 * loader/mac/WebDocumentLoader.mm:
[all …]