OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRecordDownloadProgress
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc
38
url_request_.
SetRecordDownloadProgress
(true);
76
url_request_.
SetRecordDownloadProgress
(false);
/external/chromium_org/ppapi/cpp/
url_request_info.h
171
///
SetRecordDownloadProgress
() sets the
181
bool
SetRecordDownloadProgress
(bool enable) {
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc
110
url_request.
SetRecordDownloadProgress
(true);
136
url_request.
SetRecordDownloadProgress
(false);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
141
url_request.
SetRecordDownloadProgress
(record_progress);
/external/chromium_org/ppapi/tests/
test_url_loader.cc
795
request.
SetRecordDownloadProgress
(true);
Completed in 199 milliseconds