HomeSort by relevance Sort by last modified time
    Searched defs:ExplicitUserRequest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_request_throttler_entry.cc 155 if (!is_backoff_disabled_ && !ExplicitUserRequest(request.load_flags()) &&
317 bool URLRequestThrottlerEntry::ExplicitUserRequest(const int load_flags) {
url_request_throttler_unittest.cc 76 static bool ExplicitUserRequest(int load_flags) {
77 return URLRequestThrottlerEntry::ExplicitUserRequest(load_flags);
383 TEST_F(URLRequestThrottlerEntryTest, ExplicitUserRequest) {
384 ASSERT_FALSE(MockURLRequestThrottlerEntry::ExplicitUserRequest(0));
385 ASSERT_TRUE(MockURLRequestThrottlerEntry::ExplicitUserRequest(
387 ASSERT_FALSE(MockURLRequestThrottlerEntry::ExplicitUserRequest(

Completed in 376 milliseconds