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 156 if (!is_backoff_disabled_ && !ExplicitUserRequest(request.load_flags()) &&
317 bool URLRequestThrottlerEntry::ExplicitUserRequest(const int load_flags) {
url_request_throttler_unittest.cc 74 static bool ExplicitUserRequest(int load_flags) {
75 return URLRequestThrottlerEntry::ExplicitUserRequest(load_flags);
346 TEST_F(URLRequestThrottlerEntryTest, ExplicitUserRequest) {
347 ASSERT_FALSE(MockURLRequestThrottlerEntry::ExplicitUserRequest(0));
348 ASSERT_TRUE(MockURLRequestThrottlerEntry::ExplicitUserRequest(
350 ASSERT_FALSE(MockURLRequestThrottlerEntry::ExplicitUserRequest(

Completed in 254 milliseconds