Searched defs:changes (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium/chrome/browser/sync/glue/
H A Dextension_change_processor.cc97 const sync_api::SyncManager::ChangeRecord* changes,
104 const sync_api::SyncManager::ChangeRecord& change = changes[i];
95 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dpassword_change_processor.cc67 PasswordStoreChangeList* changes = local
69 for (PasswordStoreChangeList::iterator change = changes->begin();
70 change != changes->end(); ++change) {
128 const sync_api::SyncManager::ChangeRecord* changes,
146 changes[i].action) {
147 DCHECK(changes[i].specifics.HasExtension(sync_pb::password))
149 DCHECK(changes[i].extra.get());
151 changes[i].extra.get();
156 model_associator_->Disassociate(changes[i].id);
161 if (!sync_node.InitByIdLookup(changes[
126 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
[all...]
H A Dsession_change_processor.cc154 const sync_api::SyncManager::ChangeRecord* changes,
171 const sync_api::SyncManager::ChangeRecord& change = changes[i];
152 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dtheme_change_processor.cc61 const sync_api::SyncManager::ChangeRecord* changes,
68 // generates multiple changes. When we fix syncapi to not do that,
78 LOG(WARNING) << change_count << " theme changes detected; "
82 changes[change_count - 1];
59 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dpreference_change_processor.cc110 const sync_api::SyncManager::ChangeRecord* changes,
124 changes[i].action) {
130 if (!node.InitByIdLookup(changes[i].id)) {
160 changes[i].action) {
167 changes[i].action) {
170 model_associator_->Associate(preference, changes[i].id);
108 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dtyped_url_change_processor.cc185 const sync_api::SyncManager::ChangeRecord* changes,
207 changes[i].action) {
208 DCHECK(changes[i].specifics.HasExtension(sync_pb::typed_url)) <<
210 GURL url(changes[i].specifics.GetExtension(sync_pb::typed_url).url());
216 if (!sync_node.InitByIdLookup(changes[i].id)) {
230 if (sync_api::SyncManager::ChangeRecord::ACTION_ADD == changes[i].action) {
183 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dautofill_change_processor.cc81 AutofillChangeList* changes = Details<AutofillChangeList>(details).ptr(); local
82 ObserveAutofillEntriesChanged(changes, &trans, autofill_root);
92 AutofillChangeList* changes, sync_api::WriteTransaction* trans,
94 for (AutofillChangeList::iterator change = changes->begin();
95 change != changes->end(); ++change) {
194 const sync_api::SyncManager::ChangeRecord* changes,
211 sync_api::SyncManager::ChangeRecord::Action action(changes[i].action);
213 DCHECK(changes[i].specifics.HasExtension(sync_pb::autofill))
216 changes[i].specifics.GetExtension(sync_pb::autofill);
219 autofill_changes_.push_back(AutofillChangeRecord(changes[
91 ObserveAutofillEntriesChanged( AutofillChangeList* changes, sync_api::WriteTransaction* trans, const sync_api::ReadNode& autofill_root) argument
192 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
[all...]
H A Dautofill_profile_change_processor.cc61 const sync_api::SyncManager::ChangeRecord* changes,
75 changes[i].action) {
76 DCHECK(changes[i].specifics.HasExtension(
80 changes[i].specifics.GetExtension(sync_pb::autofill_profile);
82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action,
83 changes[i].id,
90 if (!sync_node.InitByIdLookup(changes[i].id)) {
91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id;
98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action,
99 changes[
59 ApplyChangesFromSyncModel( const sync_api::BaseTransaction *write_trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
[all...]
H A Dbookmark_change_processor.cc193 // We shouldn't see changes to the top-level nodes.
227 // We shouldn't see changes to the top-level nodes.
346 // ApplyModelChanges is called by the sync backend after changes have been made
347 // to the sync engine's model. Apply these changes to the browser bookmark
351 const sync_api::SyncManager::ChangeRecord* changes,
367 // For the most part, applying these changes in the order given will yield
374 // We are going to make changes to the bookmarks model, but don't want to end
376 // changes.
384 model_associator_->GetChromeNodeFromSyncId(changes[i].id);
385 // Ignore changes t
349 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
[all...]
/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer_unittest.cc218 sync_api::SyncManager::ChangeRecord changes[syncable::MODEL_TYPE_COUNT]; local
221 changes[i].id =
225 changes[i].action =
229 changes[i].action =
233 changes[i].action =
240 EXPECT_TRUE(node.InitByIdLookup(changes[i].id));
241 changes[i].specifics = node.GetEntry()->Get(syncable::SPECIFICS);
246 // to i cast to ModelType and the second argument with the changes
247 // starting from changes[i].
260 expected_changes->Append(changes[
272 &trans, &changes[i], local
[all...]
H A Djs_sync_manager_observer.cc28 const sync_api::SyncManager::ChangeRecord* changes,
36 change_values->Append(changes[i].ToValue(trans));
25 OnChangesApplied( syncable::ModelType model_type, const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dprofile_sync_service_typed_url_unittest.cc501 history::URLsDeletedDetails changes; local
502 changes.all_history = false;
503 changes.urls.insert(GURL("http://mine.com"));
506 Details<history::URLsDeletedDetails>(&changes));
536 history::URLsDeletedDetails changes; local
537 changes.all_history = true;
540 Details<history::URLsDeletedDetails>(&changes));
/external/chromium/net/base/
H A Dcookie_monster_store_test.h88 const std::vector<CookieNotification>& changes() const { return changes_; } function in class:net::MockCookieMonsterDelegate
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_default.cc129 PasswordStoreChangeList changes; local
130 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
134 Details<PasswordStoreChangeList>(&changes));
140 PasswordStoreChangeList changes; local
141 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
145 Details<PasswordStoreChangeList>(&changes));
151 PasswordStoreChangeList changes; local
152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
156 Details<PasswordStoreChangeList>(&changes));
165 PasswordStoreChangeList changes; local
[all...]
H A Dpassword_store_x.cc33 PasswordStoreChangeList changes; local
34 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
38 Details<PasswordStoreChangeList>(&changes));
48 PasswordStoreChangeList changes; local
49 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
53 Details<PasswordStoreChangeList>(&changes));
63 PasswordStoreChangeList changes; local
64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
68 Details<PasswordStoreChangeList>(&changes));
83 PasswordStoreChangeList changes; local
[all...]
H A Dpassword_store_mac.cc770 PasswordStoreChangeList changes; local
771 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
775 Details<PasswordStoreChangeList>(&changes));
796 PasswordStoreChangeList changes; local
799 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD,
803 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE,
806 if (!changes.empty()) {
810 Details<PasswordStoreChangeList>(&changes));
836 PasswordStoreChangeList changes; local
837 changes
866 PasswordStoreChangeList changes; local
[all...]
/external/chromium/third_party/libevent/
H A Ddevpoll.c68 struct pollfd *changes; member in struct:devpollop
97 if (pwrite(devpollop->dpfd, devpollop->changes,
118 pfd = &devpollop->changes[devpollop->nchanges++];
171 devpollop->changes = calloc(nfiles, sizeof(struct pollfd));
172 if (devpollop->changes == NULL) {
410 if (devpollop->changes)
411 free(devpollop->changes);
H A Dkqueue.c72 struct kevent *changes; member in struct:kqop
124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
125 if (kqueueop->changes == NULL) {
131 free (kqueueop->changes);
143 kqueueop->changes[0].ident = -1;
144 kqueueop->changes[0].filter = EVFILT_READ;
145 kqueueop->changes[0].flags = EV_ADD;
152 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
156 free(kqueueop->changes);
177 newchange = realloc(kqop->changes,
221 struct kevent *changes = kqop->changes; local
[all...]
/external/libppp/src/
H A Dslcompress.c168 register u_int changes = 0; local
285 * changes in the order: urgent, window, ack, seq (the order minimizes the
291 changes |= NEW_U;
304 changes |= NEW_W;
312 changes |= NEW_A;
320 changes |= NEW_S;
322 switch (changes) {
343 * actual changes match one of our special case encodings -- send packet
352 changes = SPECIAL_I;
360 changes
434 register u_int hlen, changes; local
[all...]
/external/libsepol/src/
H A Dgenbools.c75 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...]
/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc139 AutofillChangeList changes; local
147 &changes));
157 &changes));
167 &changes));
177 &changes));
252 changes.clear();
254 t1, Time(), &changes));
270 EXPECT_EQ(arraysize(expected_changes), changes.size());
272 EXPECT_EQ(expected_changes[i], changes[i]);
298 &changes));
350 AutofillChangeList changes; local
377 changes[0]); local
386 changes[0]); local
397 AutofillChangeList changes; local
411 changes[0]); local
427 changes[0]); local
544 AutofillChangeList changes; local
574 AutofillChangeList changes; local
635 std::vector<AutofillChange> changes; local
1458 AutofillChangeList changes; local
1503 AutofillChangeList changes; local
1567 AutofillChangeList changes; local
[all...]
/external/chromium/base/
H A Dprocess_util_unittest.cc541 base::environment_vector changes; local
544 e = base::AlterEnvironment(changes, empty);
548 changes.push_back(std::make_pair(std::string("A"), std::string("1")));
549 e = base::AlterEnvironment(changes, empty);
554 changes.clear();
555 changes.push_back(std::make_pair(std::string("A"), std::string("")));
556 e = base::AlterEnvironment(changes, empty);
560 changes.clear();
561 e = base::AlterEnvironment(changes, a2);
566 changes
[all...]
/external/chromium/chrome/common/
H A Dsqlite_utils.cc311 int SQLStatement::changes() { function in class:SQLStatement
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c120 parties that need to know about address space changes. */
124 AixCodeSegChange* changes; local
130 changes = VG_(arena_malloc)(VG_AR_CORE, "syswrap-aix5.arpalou.1",
132 vg_assert(changes);
135 VG_(am_aix5_reread_procmap)( changes, &changes_used );
138 /* And notify all parties of the changes. */
141 changes[i].code_start,
142 changes[i].code_len,
143 changes[i].data_start,
144 changes[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c325 u32 changes = 0; local
329 changes |= WPA_BSS_FREQ_CHANGED_FLAG;
332 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG;
335 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG;
338 changes |= WPA_BSS_MODE_CHANGED_FLAG;
342 return changes;
343 changes |= WPA_BSS_IES_CHANGED_FLAG;
346 changes |= WPA_BSS_WPAIE_CHANGED_FLAG;
349 changes |= WPA_BSS_RSNIE_CHANGED_FLAG;
352 changes |
362 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) argument
398 u32 changes; local
[all...]

Completed in 445 milliseconds

123