OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sliding_window_release_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
url_request_throttler_entry.h
134
base::TimeTicks
sliding_window_release_time
() const {
function in class:net::URLRequestThrottlerEntry
url_request_throttler_unittest.cc
45
const TimeTicks&
sliding_window_release_time
,
54
set_sliding_window_release_time(
sliding_window_release_time
);
95
base::TimeTicks
sliding_window_release_time
() const {
function in class:net::__anon14432::MockURLRequestThrottlerEntry
96
return URLRequestThrottlerEntry::
sliding_window_release_time
();
336
EXPECT_EQ(time_2, entry_->
sliding_window_release_time
());
343
EXPECT_EQ(time_4, entry_->
sliding_window_release_time
());
Completed in 128 milliseconds