Searched refs:DownloadManagerEfl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.cpp27 #include "DownloadManagerEfl.h"
41 static inline DownloadManagerEfl* toDownloadManagerEfl(const void* clientInfo)
43 return static_cast<DownloadManagerEfl*>(const_cast<void*>(clientInfo));
46 WKStringRef DownloadManagerEfl::decideDestinationWithSuggestedFilename(WKContextRef, WKDownloadRef wkDownload, WKStringRef filename, bool* /*allowOverwrite*/, const void* clientInfo)
63 void DownloadManagerEfl::didReceiveResponse(WKContextRef, WKDownloadRef wkDownload, WKURLResponseRef wkResponse, const void* clientInfo)
70 void DownloadManagerEfl::didCreateDestination(WKContextRef, WKDownloadRef wkDownload, WKStringRef /*path*/, const void* clientInfo)
78 void DownloadManagerEfl::didReceiveData(WKContextRef, WKDownloadRef wkDownload, uint64_t length, const void* clientInfo)
85 void DownloadManagerEfl::didFail(WKContextRef, WKDownloadRef wkDownload, WKErrorRef error, const void* clientInfo)
87 DownloadManagerEfl* downloadManager = toDownloadManagerEfl(clientInfo);
98 void DownloadManagerEfl
120 DownloadManagerEfl::DownloadManagerEfl(WKContextRef context) function in class:WebKit::DownloadManagerEfl
[all...]
H A DDownloadManagerEfl.h37 class DownloadManagerEfl { class in namespace:WebKit
39 static PassOwnPtr<DownloadManagerEfl> create(WKContextRef context)
41 return adoptPtr(new DownloadManagerEfl(context));
44 ~DownloadManagerEfl();
49 explicit DownloadManagerEfl(WKContextRef);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_private.h38 class DownloadManagerEfl;
79 WebKit::DownloadManagerEfl* downloadManager() const;
106 OwnPtr<WebKit::DownloadManagerEfl> m_downloadManager;
H A Dewk_context.cpp26 #include "DownloadManagerEfl.h"
72 , m_downloadManager(DownloadManagerEfl::create(context))
252 DownloadManagerEfl* EwkContext::downloadManager() const

Completed in 83 milliseconds