HomeSort by relevance Sort by last modified time
    Searched defs:expected_args (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/
js_sync_manager_observer_unittest.cc 67 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...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 1028 ListValue expected_args; local
    [all...]

Completed in 71 milliseconds