Searched defs:expected_args (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer_unittest.cc67 ListValue expected_args; local
68 expected_args.Append(Value::CreateStringValue(model_type_str));
71 HasArgsAsList(expected_args), NULL));
94 ListValue expected_args; local
95 expected_args.Append(snapshot.ToValue());
99 HasArgsAsList(expected_args), NULL));
106 ListValue expected_args; local
107 expected_args.Append(error.ToValue());
111 HasArgsAsList(expected_args), NULL));
150 ListValue expected_args; local
171 ListValue expected_args; local
254 ListValue expected_args; local
[all...]
H A Djs_test_util.cc22 explicit HasArgsMatcher(const JsArgList& expected_args) argument
23 : expected_args_(expected_args) {}
50 ::testing::Matcher<const JsArgList&> HasArgs(const JsArgList& expected_args) { argument
51 return ::testing::MakeMatcher(new HasArgsMatcher(expected_args));
55 const ListValue& expected_args) {
56 return HasArgs(JsArgList(expected_args));
54 HasArgsAsList( const ListValue& expected_args) argument
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_unittest.cc1026 // Build expected_args to have a single argument with the string
1028 ListValue expected_args; local
1031 expected_args.Append(model_type_list);
1045 HasArgsAsList(expected_args), NULL));

Completed in 398 milliseconds