Home
last modified time | relevance | path

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

/external/cronet/net/extras/sqlite/
Dsqlite_persistent_reporting_and_nel_store.h61 void UpdateReportingEndpointDetails( in COMPONENT_EXPORT()
Dsqlite_persistent_reporting_and_nel_store.cc134 void UpdateReportingEndpointDetails(const ReportingEndpoint& endpoint);
614 UpdateReportingEndpointDetails(const ReportingEndpoint& endpoint) { in UpdateReportingEndpointDetails() function in net::SQLitePersistentReportingAndNelStore::Backend
1543 void SQLitePersistentReportingAndNelStore::UpdateReportingEndpointDetails( in UpdateReportingEndpointDetails() function in net::SQLitePersistentReportingAndNelStore
1545 backend_->UpdateReportingEndpointDetails(endpoint); in UpdateReportingEndpointDetails()
Dsqlite_persistent_reporting_and_nel_store_unittest.cc984 UpdateReportingEndpointDetails) { in TEST_F() argument
995 store_->UpdateReportingEndpointDetails(endpoint); in TEST_F()
1288 store_->UpdateReportingEndpointDetails(endpoint); in TEST_F()
1502 store_->UpdateReportingEndpointDetails(endpoint); in TEST_F()
/external/cronet/net/reporting/
Dmock_persistent_reporting_store.h98 void UpdateReportingEndpointDetails(
Dreporting_cache.h360 virtual void UpdateReportingEndpointDetails(
Dmock_persistent_reporting_store.cc196 void MockPersistentReportingStore::UpdateReportingEndpointDetails( in UpdateReportingEndpointDetails() function in net::MockPersistentReportingStore
Dreporting_cache_impl.cc1256 store()->UpdateReportingEndpointDetails(new_endpoint); in AddOrUpdateEndpoint()