OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterceptDownloadResourceThrottle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/android/
intercept_download_resource_throttle.cc
19
InterceptDownloadResourceThrottle
::
InterceptDownloadResourceThrottle
(
30
InterceptDownloadResourceThrottle
::~
InterceptDownloadResourceThrottle
() {
33
void
InterceptDownloadResourceThrottle
::WillStartRequest(bool* defer) {
37
void
InterceptDownloadResourceThrottle
::WillProcessResponse(bool* defer) {
41
const char*
InterceptDownloadResourceThrottle
::GetNameForLogging() const {
42
return "
InterceptDownloadResourceThrottle
";
45
void
InterceptDownloadResourceThrottle
::ProcessDownloadRequest() {
intercept_download_resource_throttle.h
18
//
InterceptDownloadResourceThrottle
checks if a download request should be
20
class
InterceptDownloadResourceThrottle
: public content::ResourceThrottle {
22
InterceptDownloadResourceThrottle
(net::URLRequest* request,
33
virtual ~
InterceptDownloadResourceThrottle
();
42
DISALLOW_COPY_AND_ASSIGN(
InterceptDownloadResourceThrottle
);
Completed in 2077 milliseconds