OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_throttle_requests_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
url_request_test_util.h
243
void set_can_throttle_requests(bool val) {
can_throttle_requests_
= val; }
244
bool can_throttle_requests() const { return
can_throttle_requests_
; }
320
bool
can_throttle_requests_
; // true by default
member in class:net::TestNetworkDelegate
url_request_test_util.cc
316
can_throttle_requests_
(true) {
568
return
can_throttle_requests_
;
Completed in 40 milliseconds