Home
last modified time | relevance | path

Searched refs:annotate_cookies_called_count_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_test_util.h419 return annotate_cookies_called_count_; in annotate_cookies_called_count()
426 void ResetAnnotateCookiesCalledCount() { annotate_cookies_called_count_ = 0; } in ResetAnnotateCookiesCalledCount()
448 int annotate_cookies_called_count_ = 0; variable
H A Durl_request_test_util.cc597 ++annotate_cookies_called_count_; in OnAnnotateAndMoveUserBlockedCookies()