HomeSort by relevance Sort by last modified time
    Searched refs:CheckSplitValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl_unittest.cc 297 transaction->CheckSplitValue("path1", &dict, &invalid_keys));
304 transaction->CheckSplitValue("path1", &dict, &invalid_keys));
309 transaction->CheckSplitValue("path2", &dict, &invalid_keys));
314 transaction->CheckSplitValue("path1", NULL, &invalid_keys));
318 transaction->CheckSplitValue("path1", &empty_dict, &invalid_keys));
324 transaction->CheckSplitValue("path1", &modified_dict, &invalid_keys));
334 transaction->CheckSplitValue("path1", &dict, &invalid_keys));
343 transaction->CheckSplitValue("path1", &modified_dict, &invalid_keys));
348 transaction->CheckSplitValue("path1", &dict, &invalid_keys));
365 transaction->CheckSplitValue("new_path", &dict, &invalid_keys))
    [all...]
pref_hash_store_transaction.h 57 virtual ValueState CheckSplitValue(
pref_hash_store_impl.cc 27 virtual ValueState CheckSplitValue(
165 PrefHashStoreImpl::PrefHashStoreTransactionImpl::CheckSplitValue(
pref_hash_filter_unittest.cc 93 // |CheckValue/CheckSplitValue|.
98 // |CheckSplitValue|. SetCheckResult should already have been called for
179 virtual PrefHashStoreTransaction::ValueState CheckSplitValue(
199 // Records a call to this mock's CheckValue/CheckSplitValue methods.
299 MockPrefHashStore::MockPrefHashStoreTransaction::CheckSplitValue(
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_split_preference.cc 49 transaction->CheckSplitValue(pref_path_, dict_value, &invalid_keys);

Completed in 115 milliseconds