Searched defs:expected_args (Results 1 - 6 of 6) 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/chrome/tools/profile_reset/
H A Djtl_parser_unittest.cc214 const char* expected_args; member in struct:__anon7373::TestCase
234 cases[i].expected_args,
257 const char* expected_args; member in struct:__anon7373::TestCase
277 cases[i].expected_args,
/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.cc278 const base::ListValue* expected_args,
288 EXPECT_TRUE(expected_args->Equals(args_.get()));
355 base::ListValue expected_args; local
356 expected_args.Append(param.DeepCopy());
357 web_view.Verify("frame_id1", &expected_args, result.get());
385 base::ListValue expected_args; local
386 expected_args.Append(param.DeepCopy());
387 web_view.Verify("frame_id2", &expected_args, result.get());
423 base::ListValue expected_args; local
424 expected_args
277 Verify(const std::string& expected_frame, const base::ListValue* expected_args, const base::Value* actrual_result) argument
461 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 228 milliseconds