OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadThrottlingResourceHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc
15
DownloadThrottlingResourceHandler
::
DownloadThrottlingResourceHandler
(
51
DownloadThrottlingResourceHandler
::~
DownloadThrottlingResourceHandler
() {
54
bool
DownloadThrottlingResourceHandler
::OnUploadProgress(int request_id,
63
bool
DownloadThrottlingResourceHandler
::OnRequestRedirected(
77
bool
DownloadThrottlingResourceHandler
::OnResponseStarted(
87
bool
DownloadThrottlingResourceHandler
::OnWillStart(int request_id,
96
bool
DownloadThrottlingResourceHandler
::OnWillRead(int request_id,
118
bool
DownloadThrottlingResourceHandler
::OnReadCompleted(int request_id
[
all
...]
download_throttling_resource_handler.h
22
//
DownloadThrottlingResourceHandler
is used to determine if a download should
23
// be allowed. When a
DownloadThrottlingResourceHandler
is created it pauses the
30
class
DownloadThrottlingResourceHandler
34
DownloadThrottlingResourceHandler
(ResourceDispatcherHost* host,
63
virtual ~
DownloadThrottlingResourceHandler
();
97
DISALLOW_COPY_AND_ASSIGN(
DownloadThrottlingResourceHandler
);
Completed in 3827 milliseconds