Searched defs:expected_args (Results 1 - 5 of 5) 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_org/sync/js/
H A Djs_test_util.cc28 explicit HasArgsMatcher(const JsArgList& expected_args) argument
29 : expected_args_(expected_args) {}
86 ::testing::Matcher<const JsArgList&> HasArgs(const JsArgList& expected_args) { argument
87 return ::testing::MakeMatcher(new HasArgsMatcher(expected_args));
91 const base::ListValue& expected_args) {
92 scoped_ptr<base::ListValue> expected_args_copy(expected_args.DeepCopy());
90 HasArgsAsList( const base::ListValue& expected_args) argument
/external/chromium_org/chrome/test/chromedriver/
H A Dcommands_unittest.cc274 const base::ListValue* expected_args,
284 EXPECT_TRUE(expected_args->Equals(args_.get()));
351 base::ListValue expected_args; local
352 expected_args.Append(param.DeepCopy());
353 web_view.Verify("frame_id1", &expected_args, result.get());
381 base::ListValue expected_args; local
382 expected_args.Append(param.DeepCopy());
383 web_view.Verify("frame_id2", &expected_args, result.get());
419 base::ListValue expected_args; local
420 expected_args
273 Verify(const std::string& expected_frame, const base::ListValue* expected_args, const base::Value* actrual_result) argument
457 base::ListValue expected_args; local
[all...]
/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 314 milliseconds