settings_sync_unittest.cc | 312 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local 315 storage2->Set(DEFAULTS, "bar", value2); 363 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local 366 storage2->Set(DEFAULTS, "bar", value2); 415 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local 422 EXPECT_PRED_FORMAT2(SettingsEq, expected2, storage2->Get()); 439 // Make storage1 initialised from local data, storage2 initialised from sync. 441 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local 468 EXPECT_PRED_FORMAT2(SettingsEq, expected2, storage2->Get()); 470 // Make sync update some settings, storage1 the new setting, storage2 th 512 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local 652 ValueStore* storage2 = AddExtensionAndGetStorage( local 1369 ValueStore* storage2 = AddExtensionAndGetStorage("s2", type); local [all...] |