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

/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_filter_unittest.cc210 std::map<std::string, PrefHashStoreTransaction::ValueState> check_results_; member in class:MockPrefHashStore
237 check_results_.insert(std::make_pair(path, result));
243 // Ensure |check_results_| has a CHANGED entry for |path|.
246 check_results_.find(path);
247 ASSERT_TRUE(result != check_results_.end());
270 check_results_.find(path);
271 if (result != check_results_.end())

Completed in 73 milliseconds