Searched refs:arg_list1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Djs_event_handler_list_unittest.cc26 ListValue arg_list1, arg_list2; local
27 arg_list1.Append(Value::CreateBooleanValue(false));
29 JsArgList args1(arg_list1), args2(arg_list2);
82 ListValue arg_list1, arg_list2; local
83 arg_list1.Append(Value::CreateBooleanValue(false));
85 JsArgList args1(arg_list1), args2(arg_list2);
H A Dprofile_sync_service_unittest.cc228 ListValue arg_list1; local
229 arg_list1.Append(Value::CreateBooleanValue(true));
230 arg_list1.Append(Value::CreateIntegerValue(5));
231 JsArgList args1(arg_list1);
236 arg_list2.Append(arg_list1.DeepCopy());
242 arg_list3.Append(arg_list1.DeepCopy());
286 ListValue arg_list1; local
287 arg_list1.Append(Value::CreateBooleanValue(true));
288 arg_list1.Append(Value::CreateIntegerValue(5));
289 JsArgList args1(arg_list1);
[all...]

Completed in 110 milliseconds