HomeSort by relevance Sort by last modified time
    Searched defs:DownloadProxy (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 27 #include "DownloadProxy.h"
47 PassRefPtr<DownloadProxy> DownloadProxy::create(WebContext* webContext)
49 return adoptRef(new DownloadProxy(webContext));
52 DownloadProxy::DownloadProxy(WebContext* webContext)
58 DownloadProxy::~DownloadProxy()
63 void DownloadProxy::cancel()
72 void DownloadProxy::invalidate(
    [all...]
DownloadProxy.h 47 class DownloadProxy : public APIObject {
51 static PassRefPtr<DownloadProxy> create(WebContext*);
52 ~DownloadProxy();
67 explicit DownloadProxy(WebContext*);

Completed in 102 milliseconds