OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_download
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm
49
WebKit::Download*
_download
;
206
_download
= download;
212
_download
= 0;
217
if (
_download
)
218
_download
->didStart();
235
if (
_download
)
236
_download
->didReceiveAuthenticationChallenge(core(challenge));
252
if (
_download
)
253
_download
->didReceiveResponse(response);
264
if (
_download
)
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py
378
def
_download
(self, url, scratch_dir):
member in class:AutoInstaller
402
path = self.
_download
(url=url, scratch_dir=scratch_dir)
Completed in 268 milliseconds