Searched refs:tp_incident (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dpreference_validation_delegate_unittest.cc244 ClientIncidentReport_IncidentData_TrackedPreferenceIncident& tp_incident = local
246 EXPECT_EQ(kPrefPath_, tp_incident.path());
247 EXPECT_EQ(0, tp_incident.split_key_size());
248 EXPECT_TRUE(tp_incident.has_atomic_value());
249 EXPECT_EQ(std::string("null"), tp_incident.atomic_value());
250 EXPECT_TRUE(tp_incident.has_value_state());
251 ExpectValueStatesEquate(value_state_, tp_incident.value_state());
262 ClientIncidentReport_IncidentData_TrackedPreferenceIncident& tp_incident = local
264 EXPECT_EQ(kPrefPath_, tp_incident.path());
265 EXPECT_FALSE(tp_incident
[all...]
H A Dincident_reporting_service_unittest.cc233 tp_incident = incident->mutable_tracked_preference(); local
234 tp_incident->set_path(kTestTrackedPrefPath);

Completed in 70 milliseconds