Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager_unittest.cc112 pm.HandleGetHashError(now); in TEST_F()
120 pm.HandleGetHashError(now); in TEST_F()
126 pm.HandleGetHashError(now); in TEST_F()
132 pm.HandleGetHashError(now); in TEST_F()
138 pm.HandleGetHashError(now); in TEST_F()
144 pm.HandleGetHashError(now); in TEST_F()
149 pm.HandleGetHashError(now); in TEST_F()
Dprotocol_manager.h299 void HandleGetHashError(const base::Time& now);
Dprotocol_manager.cc263 HandleGetHashError(Time::Now()); in OnURLFetchComplete()
711 void SafeBrowsingProtocolManager::HandleGetHashError(const Time& now) { in HandleGetHashError() function in SafeBrowsingProtocolManager