HomeSort by relevance Sort by last modified time
    Searched full:expected_details (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/internal_api/
js_sync_manager_observer_unittest.cc 48 base::DictionaryValue expected_details; local
52 expected_details.Set("restoredTypes", ModelTypeSetToValue(restored_types));
56 HasDetailsAsDictionary(expected_details)));
80 base::DictionaryValue expected_details; local
81 expected_details.Set("snapshot", snapshot.ToValue());
85 HasDetailsAsDictionary(expected_details)));
95 base::DictionaryValue expected_details; local
96 expected_details.Set("syncError", sync_error.ToValue());
100 HasDetailsAsDictionary(expected_details)));
109 base::DictionaryValue expected_details; local
    [all...]
js_mutation_event_observer_unittest.cc 73 base::DictionaryValue expected_details; local
74 expected_details.SetString("modelType", model_type_str);
75 expected_details.SetString("writeTransactionId", "0");
77 expected_details.Set("changes", expected_changes);
83 HasDetailsAsDictionary(expected_details)));
101 base::DictionaryValue expected_details; local
102 expected_details.SetString(
107 HasDetailsAsDictionary(expected_details)));
js_sync_encryption_handler_observer_unittest.cc 113 base::DictionaryValue expected_details; local
116 expected_details.Set("encryptedTypes", encrypted_type_values);
117 expected_details.SetBoolean("encryptEverything", encrypt_everything);
129 HasDetailsAsDictionary(expected_details)));
138 base::DictionaryValue expected_details; local
141 expected_details.SetBoolean("ready", expected_ready);
142 expected_details.SetBoolean("hasPendingKeys", expected_pending);
147 HasDetailsAsDictionary(expected_details)));
  /external/chromium_org/sync/js/
js_test_util.cc 23 explicit HasDetailsMatcher(const JsEventDetails& expected_details)
24 : expected_details_(expected_details) {}
52 const JsEventDetails& expected_details) {
53 return ::testing::MakeMatcher(new HasDetailsMatcher(expected_details));
57 const base::DictionaryValue& expected_details) {
59 expected_details.DeepCopy());
js_test_util.h 32 // EXPECT_CALL(mock, HandleJsEvent("foo", HasArgs(expected_details)));
34 const JsEventDetails& expected_details);
38 const base::DictionaryValue& expected_details);
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate_unittest.cc 95 // suitable for usage as |expected_details| in ExpectDetailsMatch().
103 // are correct in comparison to the |expected_details| coming from the Prefs.
104 void ExpectDetailsMatch(const base::DictionaryValue& expected_details,
106 for (base::DictionaryValue::Iterator it(expected_details); !it.IsAtEnd();

Completed in 132 milliseconds