OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throttler_manager
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher_unittest.cc
35
net::URLRequestThrottlerManager*
throttler_manager
)
37
throttler_manager_(
throttler_manager
) {
70
io_message_loop_proxy_.get(),
throttler_manager
());
73
net::URLRequestThrottlerManager*
throttler_manager
() {
function in class:cloud_print::TestCloudPrintURLFetcher
221
fetcher_->
throttler_manager
(), std::string(), 200, 3, 1, 2.0, 0.0, 256));
222
fetcher_->
throttler_manager
()->OverrideEntryForTests(url, entry.get());
/external/chromium_org/net/url_request/
url_request_context.h
180
URLRequestThrottlerManager*
throttler_manager
() const {
function in class:net::URLRequestContext
183
void set_throttler_manager(URLRequestThrottlerManager*
throttler_manager
) {
184
throttler_manager_ =
throttler_manager
;
url_fetcher_core.cc
425
URLRequestThrottlerManager*
throttler_manager
=
local
426
request->context()->
throttler_manager
();
427
if (
throttler_manager
) {
428
url_throttler_entry_ =
throttler_manager
->RegisterRequestUrl(url_);
616
request_context_getter_->GetURLRequestContext()->
throttler_manager
();
/external/chromium_org/chrome/browser/
io_thread.h
145
scoped_ptr<net::URLRequestThrottlerManager>
throttler_manager
;
member in struct:IOThread::Globals
Completed in 517 milliseconds