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

/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_filter_unittest.cc38 const char kReportOnlyPref[] = "report_only"; member in namespace:__anon4441
48 1, kReportOnlyPref, PrefHashFilter::NO_ENFORCEMENT,
988 pref_store_contents_->Set(kReportOnlyPref, report_only_val);
993 ASSERT_TRUE(pref_store_contents_->Get(kReportOnlyPref, NULL));
1000 mock_pref_hash_store_->SetCheckResult(kReportOnlyPref,
1025 ASSERT_TRUE(pref_store_contents_->Get(kReportOnlyPref, NULL));
1028 mock_pref_hash_store_->stored_value(kReportOnlyPref).first);

Completed in 75 milliseconds