Home | History | Annotate | Download | only in browser

Lines Matching refs:updated

197   scoped_ptr<base::ListValue> updated(CreateTestTree());
199 ASSERT_TRUE(updated->Remove(0, &removed));
200 updated->Append(removed.release());
205 prefs_.SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
210 CreateFolder(GetManagedFolderTitle(), updated.release()));
219 scoped_ptr<base::ListValue> updated(CreateTestTree());
220 ASSERT_TRUE(updated->Remove(1, NULL));
224 prefs_.SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
229 CreateFolder(GetManagedFolderTitle(), updated.release()));
238 scoped_ptr<base::ListValue> updated(new base::ListValue);
239 updated->Append(CreateFolder("Container", CreateTestTree()));
247 prefs_.SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
252 CreateFolder(GetManagedFolderTitle(), updated.release()));