Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_ntlm_mechanism.cc34 HttpAuthNtlmMechanism::GetMSTimeProc g_get_ms_time_proc = GetMSTime; variable
68 old_ms_time_proc_ = SwapOut(&g_get_ms_time_proc, ms_time_proc); in ScopedProcSetter()
74 g_get_ms_time_proc = old_ms_time_proc_; in ~ScopedProcSetter()
156 g_get_ms_time_proc(), client_challenge, in GenerateAuthToken()