Searched defs:local_list_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator_unittest.cc101 ListValue* local_list_value = update.Get(); local
102 local_list_value->Append(Value::CreateStringValue(local_url0_));
109 const ListValue* local_list_value = local
111 EXPECT_TRUE(merged_value->Equals(local_list_value));
118 ListValue* local_list_value = update.Get(); local
119 local_list_value->Append(Value::CreateStringValue(local_url0_));
126 const ListValue* local_list_value = local
128 EXPECT_TRUE(merged_value->Equals(local_list_value));
134 ListValue* local_list_value = update.Get(); local
135 local_list_value
155 ListValue* local_list_value = update.Get(); local
176 ListValue* local_list_value = update.Get(); local
346 ListValue* local_list_value = update.Get(); local
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator_unittest.cc103 ListValue* local_list_value = update.Get(); local
104 local_list_value->Append(Value::CreateStringValue(local_url0_));
113 const ListValue* local_list_value = local
115 EXPECT_TRUE(merged_value->Equals(local_list_value));
122 ListValue* local_list_value = update.Get(); local
123 local_list_value->Append(Value::CreateStringValue(local_url0_));
132 const ListValue* local_list_value = local
134 EXPECT_TRUE(merged_value->Equals(local_list_value));
140 ListValue* local_list_value = update.Get(); local
141 local_list_value
163 ListValue* local_list_value = update.Get(); local
186 ListValue* local_list_value = update.Get(); local
378 ListValue* local_list_value = update.Get(); local
[all...]

Completed in 110 milliseconds