Searched defs:DownloadProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.h47 class DownloadProxy : public APIObject { class in namespace:WebKit
51 static PassRefPtr<DownloadProxy> create(WebContext*);
52 ~DownloadProxy();
67 explicit DownloadProxy(WebContext*);
H A DDownloadProxy.cpp27 #include "DownloadProxy.h"
47 PassRefPtr<DownloadProxy> DownloadProxy::create(WebContext* webContext)
49 return adoptRef(new DownloadProxy(webContext));
52 DownloadProxy::DownloadProxy(WebContext* webContext) function in class:WebKit::DownloadProxy
58 DownloadProxy::~DownloadProxy()
63 void DownloadProxy::cancel()
72 void DownloadProxy
[all...]

Completed in 68 milliseconds