HomeSort by relevance Sort by last modified time
    Searched defs:changes (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_update_unittest.cc 36 syncer::SyncChangeList changes; local
37 changes.push_back(syncer::SyncChange(
42 syncer::SyncError error = service_.ProcessSyncChanges(FROM_HERE, changes);
58 syncer::SyncChangeList changes; local
59 changes.push_back(syncer::SyncChange(
67 syncer::SyncError error = service_.ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/sync/api/
fake_sync_change_processor.cc 36 const syncer::SyncChangeList& FakeSyncChangeProcessor::changes() const { function in class:syncer::FakeSyncChangeProcessor
40 syncer::SyncChangeList& FakeSyncChangeProcessor::changes() { function in class:syncer::FakeSyncChangeProcessor
  /external/chromium_org/base/
environment_unittest.cc 94 EnvironmentMap changes; local
97 e = AlterEnvironment(empty, changes);
100 changes[L"A"] = L"1";
101 e = AlterEnvironment(empty, changes);
104 changes.clear();
105 changes[L"A"] = string16();
106 e = AlterEnvironment(empty, changes);
109 changes.clear();
110 e = AlterEnvironment(a2, changes);
113 changes.clear()
129 EnvironmentMap changes; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 65 TEST_F(ScreenContextTest, Changes) {
73 base::DictionaryValue changes; local
74 context().GetChangesAndReset(&changes);
77 ASSERT_EQ(1u, changes.size());
79 rv = changes.GetInteger("key0", &value);
101 // Get all changes and verify them.
102 base::DictionaryValue changes; local
103 context().GetChangesAndReset(&changes);
105 ASSERT_EQ(3u, changes.size());
110 bool rv = changes.GetString("key0", &string_value)
137 base::DictionaryValue changes; local
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool_unittest.cc 36 syncer::SyncChangeList changes; local
48 pool_.FreeTabNode(1000, &changes);
49 EXPECT_TRUE(changes.empty());
50 pool_.FreeTabNode(5, &changes);
51 EXPECT_TRUE(changes.empty());
52 pool_.FreeTabNode(10, &changes);
53 EXPECT_TRUE(changes.empty());
55 pool_.AssociateTabNode(pool_.GetFreeTabNode(&changes), i + 1);
58 EXPECT_TRUE(changes.empty());
64 syncer::SyncChangeList changes; local
108 syncer::SyncChangeList changes; local
144 syncer::SyncChangeList changes; local
159 syncer::SyncChangeList changes; local
214 syncer::SyncChangeList changes; local
228 syncer::SyncChangeList changes; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.cc 35 token->InitializeTaskLog("List Changes");
76 std::vector<google_apis::ChangeResource*> changes; local
77 change_list->mutable_items()->release(&changes);
79 change_list_.reserve(change_list_.size() + changes.size());
80 for (size_t i = 0; i < changes.size(); ++i)
81 change_list_.push_back(changes[i]);
113 "Got %" PRIuS " changes, updating MetadataDatabase.",
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 74 FileChangeList changes; local
75 changes.list_ = this->list_;
76 changes.list_.pop_front();
77 return changes;
sync_file_metadata.h 37 FileChangeList changes; member in struct:sync_file_system::LocalFileSyncInfo
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc 49 ChangeRecord changes[MODEL_TYPE_COUNT]; local
51 changes[i].id = i;
54 changes[i].action = ChangeRecord::ACTION_ADD;
57 changes[i].action = ChangeRecord::ACTION_UPDATE;
60 changes[i].action = ChangeRecord::ACTION_DELETE;
66 // to i cast to ModelType and the second argument with the changes
67 // starting from changes[i].
77 expected_details.Set("changes", expected_changes);
79 expected_changes->Append(changes[j].ToValue());
88 ChangeRecordList local_changes(changes + i, changes + arraysize(changes))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
38 List<Change> changes = mValues.computeChanges(); local
40 changes.toArray(new Change[changes.size()]));
NewTemplateWizardState.java 146 /** Computes the changes this wizard will make */
166 List<Change> changes = getTemplateHandler().render(project, parameters); local
171 changes.add(new NullChange(title) {
184 return changes;
  /external/chromium_org/components/password_manager/core/browser/
password_store_default.cc 49 PasswordStoreChangeList changes; local
51 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
52 return changes;
59 PasswordStoreChangeList changes; local
64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
67 LogStatsForBulkDeletion(changes.size());
71 return changes;
78 PasswordStoreChangeList changes; local
84 changes.push_back(
90 return changes;
    [all...]
test_password_store.cc 54 PasswordStoreChangeList changes; local
56 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
57 return changes;
62 PasswordStoreChangeList changes; local
69 changes.push_back(
73 return changes;
78 PasswordStoreChangeList changes; local
85 changes.push_back(
91 return changes;
111 PasswordStoreChangeList changes; local
118 PasswordStoreChangeList changes; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
57 checkEdits(basename, changes);
UnwrapRefactoringTest.java 55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
56 checkEdits(basename, changes);
WrapInRefactoringTest.java 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
57 checkEdits(basename, changes);
ExtractIncludeRefactoringTest.java 147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
149 assertTrue(changes.size() >= 3);
160 checkEdits(changes, fileToGolden, createDiffs);
163 for (Change change : changes) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 58 // Decide if we should listen for network changes or not. If there are any
61 // Otherwise, we want to unregister and not be listening to network changes.
158 std::vector<std::string> changes; local
163 changes.push_back((*iter)->guid());
167 api::networking_private::OnNetworkListChanged::Create(changes));
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store.cc 80 // Now get two lists of changes: changes after setting the current policies,
81 // and changes after removing old policies that aren't in |current_policy|
90 ValueStoreChangeList changes; local
94 changes.insert(
95 changes.end(), result->changes().begin(), result->changes().end());
103 changes.insert(
104 changes.end(), result->changes().begin(), result->changes().end())
    [all...]
policy_value_store_unittest.cc 159 ValueStoreChangeList changes; local
160 changes.push_back(ValueStoreChange("aaa", NULL, value.DeepCopy()));
164 ValueStoreChange::ToJson(changes)));
176 ValueStoreChangeList changes; local
177 changes.push_back(ValueStoreChange("bbb", NULL, value.DeepCopy()));
181 ValueStoreChange::ToJson(changes)));
193 ValueStoreChangeList changes; local
194 changes.push_back(
199 ValueStoreChange::ToJson(changes)));
210 ValueStoreChangeList changes; local
    [all...]
syncable_settings_storage.cc 149 if (result->changes().empty())
153 syncer::SyncError error = sync_processor_->SendChanges(result->changes());
157 // Tell sync to try and start soon, because syncable changes to sync_type_
195 ValueStoreChangeList changes; local
197 changes.push_back(ValueStoreChange(i.key(), NULL, i.value().DeepCopy()));
200 if (changes.empty())
203 syncer::SyncError error = sync_processor_->SendChanges(changes);
214 // Treat this as a list of changes to sync and use ProcessSyncChanges.
218 SettingSyncDataList changes; local
224 // Sync and local values are the same, no changes to send
284 ValueStoreChangeList changes; local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_x.cc 33 PasswordStoreChangeList* changes) {
34 *changes = backend->AddLogin(form);
35 return (!changes->empty() &&
36 changes->back().type() == PasswordStoreChange::ADD);
55 PasswordStoreChangeList changes; local
56 if (use_native_backend() && AddLoginToBackend(backend_, form, &changes)) {
59 changes = PasswordStoreDefault::AddLoginImpl(form);
61 return changes;
67 PasswordStoreChangeList changes; local
68 if (use_native_backend() && backend_->UpdateLogin(form, &changes)) {
79 PasswordStoreChangeList changes; local
93 PasswordStoreChangeList changes; local
110 PasswordStoreChangeList changes; local
258 PasswordStoreChangeList changes; local
    [all...]
  /external/chromium_org/extensions/browser/value_store/
value_store_unittest.cc 73 // changes.
83 const ValueStoreChangeList& actual = actual_result->changes();
103 "Multiple changes seen for key: " << it->key();
190 ValueStoreChangeList changes; local
191 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
193 changes, storage_->Set(DEFAULTS, key1_, *val1_));
206 ValueStoreChangeList changes; local
207 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
208 changes.push_back(ValueStoreChange(key2_, NULL, val2_->DeepCopy()));
209 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_))
231 ValueStoreChangeList changes; local
246 ValueStoreChangeList changes; local
261 ValueStoreChangeList changes; local
280 ValueStoreChangeList changes; local
309 ValueStoreChangeList changes; local
334 ValueStoreChangeList changes; local
346 ValueStoreChangeList changes; local
354 ValueStoreChangeList changes; local
364 ValueStoreChangeList changes; local
381 ValueStoreChangeList changes; local
404 ValueStoreChangeList changes; local
411 ValueStoreChangeList changes; local
418 ValueStoreChangeList changes; local
424 ValueStoreChangeList changes; local
431 ValueStoreChangeList changes; local
439 ValueStoreChangeList changes; local
450 ValueStoreChangeList changes; local
459 ValueStoreChangeList changes; local
469 ValueStoreChangeList changes; local
474 ValueStoreChangeList changes; local
    [all...]
  /external/libsepol/src/
genbools.c 75 int errors = 0, changes = 0; local
104 changes++;
136 changes++;
145 *changesp = changes;
153 int rc, changes = 0; local
160 if (load_booleans(&policydb, booleans, &changes) < 0) {
164 if (!changes)
197 int rc, changes = 0; local
199 rc = load_booleans(policydb, booleans, &changes);
200 if (!rc && changes)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 82 // We don't need our own sync changes to trigger refreshes.
160 HashMap<Long, CalendarRow> changes = ((SelectCalendarsSyncAdapter) listAdapter) local
162 if (changes != null && changes.size() > 0) {
163 for (CalendarRow row : changes.values()) {
178 changes.clear();

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 9