OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didReceiveDataOfLength
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.h
55
virtual HRESULT STDMETHODCALLTYPE
didReceiveDataOfLength
(IWebDownload* download, unsigned length);
DefaultDownloadDelegate.cpp
165
HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::
didReceiveDataOfLength
(IWebDownload* download, unsigned length)
167
LOG(Download, "DefaultDownloadDelegate %p -
didReceiveDataOfLength
%i", download, length);
WebDownloadCFNet.cpp
425
if (FAILED(m_delegate->
didReceiveDataOfLength
(this, length)))
/external/webkit/Source/WebKit/mac/Misc/
WebDownload.mm
89
selector == @selector(download:
didReceiveDataOfLength
:) ||
150
- (void)download:(NSURLDownload *)download
didReceiveDataOfLength
:(NSUInteger)length
152
[realDelegate download:download
didReceiveDataOfLength
:length];
/external/webkit/Source/WebKit/win/Interfaces/
IWebDownload.idl
145
HRESULT
didReceiveDataOfLength
([in] IWebDownload* download, [in] unsigned length);
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm
262
- (void)download:(NSURLDownload *)download
didReceiveDataOfLength
:(NSUInteger)length
Completed in 499 milliseconds