Searched refs:changes (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/base/
H A Denvironment_unittest.cc94 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
129 EnvironmentMap changes; local
[all...]
/external/chromium_org/chrome/browser/sync/sessions2/
H A Dtab_node_pool2_unittest.cc36 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/chromeos/login/screens/
H A Dscreen_context_unittest.cc73 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 DictionaryValue changes; local
103 context().GetChangesAndReset(&changes);
105 ASSERT_EQ(3u, changes.size());
110 bool rv = changes.GetString("key0", &string_value);
112 rv = changes
137 DictionaryValue changes; local
[all...]
/external/chromium_org/sync/internal_api/
H A Djs_mutation_event_observer_unittest.cc49 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
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_adapter.cc27 bool clear_all_first, const DOMStorageValuesMap& changes) {
29 clear_all_first, changes);
26 CommitChanges( bool clear_all_first, const DOMStorageValuesMap& changes) argument
H A Dlocal_storage_database_adapter.cc24 bool clear_all_first, const DOMStorageValuesMap& changes) {
25 return db_->CommitChanges(clear_all_first, changes);
23 CommitChanges( bool clear_all_first, const DOMStorageValuesMap& changes) argument
H A Ddom_storage_database_adapter.h22 bool clear_all_first, const DOMStorageValuesMap& changes) = 0;
/external/chromium_org/third_party/sqlite/src/test/
H A Dlaststmtchanges.test11 # Tests to make sure that values returned by changes() and total_changes()
14 # Note 1: changes() remains constant within a statement and only updates
17 # Note 2: changes() is changed within the context of a trigger much like
20 # Note 3: changes() is not changed by a change to a view (since everything
31 # changes() set properly after insert
43 select changes(), total_changes();
47 # changes() set properly after update
51 select changes(), total_changes();
62 execsql {select changes()}
65 # changes() unchange
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_context.js49 * Sets |value| for |key|. Returns true if call changes state of context,
72 * Applies |changes| to context. Returns Array of changed keys' names.
74 applyChanges: function(changes) {
75 require(!this.hasChanges(), 'Context has changes.');
76 Object.keys(changes).forEach(function(key) {
78 checkValueIsValid(changes[key]);
79 this.storage_[key] = changes[key];
81 return Object.keys(changes);
85 * Returns changes made on context since previous call.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffFooter.pl49 Property changes on: FileA
66 Property changes on: Makefile
82 Property changes on: Makefile
98 Property changes on: Makefile
115 Property changes on: FileA
132 Property changes on: FileA
152 Property changes on: FileA
171 Property changes on: FileA
176 Property changes on: Makefile.shared
184 expectedNextLine => "Property changes o
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_default.cc45 PasswordStoreChangeList changes; local
46 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
50 content::Details<PasswordStoreChangeList>(&changes));
56 PasswordStoreChangeList changes; local
57 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
61 content::Details<PasswordStoreChangeList>(&changes));
67 PasswordStoreChangeList changes; local
68 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
72 content::Details<PasswordStoreChangeList>(&changes));
81 PasswordStoreChangeList changes; local
[all...]
H A Dpassword_store_x.cc38 PasswordStoreChangeList changes; local
39 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
43 content::Details<PasswordStoreChangeList>(&changes));
53 PasswordStoreChangeList changes; local
54 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
58 content::Details<PasswordStoreChangeList>(&changes));
68 PasswordStoreChangeList changes; local
69 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
73 content::Details<PasswordStoreChangeList>(&changes));
88 PasswordStoreChangeList changes; local
[all...]
/external/chromium_org/chrome/browser/value_store/
H A Dvalue_store_unittest.cc71 // changes.
81 const ValueStoreChangeList& actual = actual_result->changes();
101 "Multiple changes seen for key: " << it->key();
188 ValueStoreChangeList changes; local
189 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
191 changes, storage_->Set(DEFAULTS, key1_, *val1_));
204 ValueStoreChangeList changes; local
205 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
206 changes.push_back(ValueStoreChange(key2_, NULL, val2_->DeepCopy()));
207 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage
229 ValueStoreChangeList changes; local
244 ValueStoreChangeList changes; local
259 ValueStoreChangeList changes; local
278 ValueStoreChangeList changes; local
307 ValueStoreChangeList changes; local
332 ValueStoreChangeList changes; local
344 ValueStoreChangeList changes; local
352 ValueStoreChangeList changes; local
362 ValueStoreChangeList changes; local
379 ValueStoreChangeList changes; local
402 ValueStoreChangeList changes; local
409 ValueStoreChangeList changes; local
416 ValueStoreChangeList changes; local
422 ValueStoreChangeList changes; local
429 ValueStoreChangeList changes; local
437 ValueStoreChangeList changes; local
448 ValueStoreChangeList changes; local
457 ValueStoreChangeList changes; local
467 ValueStoreChangeList changes; local
472 ValueStoreChangeList 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/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store.cc69 // Now get two lists of changes: changes after setting the current policies,
70 // and changes after removing old policies that aren't in |current_policy|
79 ValueStoreChangeList changes; local
83 changes.insert(
84 changes.end(), result->changes().begin(), result->changes().end());
92 changes.insert(
93 changes
[all...]
H A Dsyncable_settings_storage.cc123 if (sync_processor_.get() && !result->changes().empty()) {
124 syncer::SyncError error = sync_processor_->SendChanges(result->changes());
161 ValueStoreChangeList changes; local
163 changes.push_back(ValueStoreChange(i.key(), NULL, i.value().DeepCopy()));
166 if (changes.empty())
169 syncer::SyncError error = sync_processor_->SendChanges(changes);
180 // Treat this as a list of changes to sync and use ProcessSyncChanges.
184 SettingSyncDataList changes; local
189 // Sync and local values are the same, no changes to send.
192 changes
249 ValueStoreChangeList changes; local
334 OnSyncAdd( const std::string& key, Value* new_value, ValueStoreChangeList* changes) argument
352 OnSyncUpdate( const std::string& key, Value* old_value, Value* new_value, ValueStoreChangeList* changes) argument
372 OnSyncDelete( const std::string& key, Value* old_value, ValueStoreChangeList* changes) argument
[all...]
H A Dsettings_sync_processor.cc46 const ValueStoreChangeList& changes) {
54 for (ValueStoreChangeList::const_iterator i = changes.begin();
55 i != changes.end(); ++i) {
98 void SettingsSyncProcessor::NotifyChanges(const ValueStoreChangeList& changes) { argument
102 for (ValueStoreChangeList::const_iterator i = changes.begin();
103 i != changes.end(); ++i) {
45 SendChanges( const ValueStoreChangeList& changes) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.cc74 FileChangeList changes; local
75 changes.list_ = this->list_;
76 changes.list_.pop_front();
77 return changes;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service_observer.h15 virtual void AutofillEntriesChanged(const AutofillChangeList& changes) {} argument
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
H A DMakefile15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
26 @echo " changes to make an overview of all changed/added/deprecated items"
75 changes:
76 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
78 @echo "The overview file is in $(BUILDDIR)/changes."
/external/mesa3d/src/gallium/docs/
H A DMakefile15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
26 @echo " changes to make an overview of all changed/added/deprecated items"
75 changes:
76 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
78 @echo "The overview file is in $(BUILDDIR)/changes."
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc81 FileChangeList* changes,
83 ASSERT_TRUE(changes != NULL);
92 base::Unretained(this), metadata, changes, snapshot));
99 FileChangeList* changes,
102 metadata, changes, snapshot);
112 FileChangeList* changes,
117 url, sync_mode, metadata, changes, snapshot);
130 *changes_out = sync_file_info.changes;
146 FileChangeList changes; local
150 &metadata, &changes, NUL
77 StartPrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
95 PrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
107 GetPrepareForSyncClosure( FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
245 FileChangeList changes; local
295 FileChangeList changes; local
463 FileChangeList changes; local
547 FileChangeList changes; local
[all...]
/external/chromium/third_party/libevent/
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/chromium_org/ppapi/generators/
H A Didl_diff.py18 # output of the standard diff tool, parsing it into separate changes, then
19 # ignoring changes that are know to be safe, such as adding or removing
173 # Return True if none of the changes does not patch an above "bogus" change.
255 changes = []
285 changes.append(change)
289 return FilterChanges(changes)
291 def FilterChanges(changes):
292 if len(changes) < 2: return changes
294 filter = [False for change in changes]
[all...]
/external/chromium_org/third_party/libevent/
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...]

Completed in 583 milliseconds

1234567891011>>