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

1 23 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 146 int changes() const { return changes_; } function in class:DictionaryObserverCounter
370 syncer::SyncChangeList changes; local
376 changes.push_back(syncer::SyncChange(
387 changes.push_back(syncer::SyncChange(
397 changes.push_back(syncer::SyncChange(
407 changes.push_back(syncer::SyncChange(
417 changes.push_back(syncer::SyncChange(
423 EXPECT_FALSE(dictionary->ProcessSyncChanges(FROM_HERE, changes).IsSet());
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_registration_utility_unittest.cc 59 const SyncChangeList& changes() const { return change_list_; } function in class:__anon9295::MockChangeProcessor
217 const SyncChangeList& changes = change_processor()->changes(); local
218 for (SyncChangeList::const_iterator it = changes.begin(); it != changes.end();
supervised_user_shared_settings_service.cc 121 SyncChangeList changes; local
122 changes.push_back(SyncChange(FROM_HERE, change_type, data));
123 SyncError error = sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
256 // Process all the accumulated changes.
supervised_user_sync_service_unittest.cc 56 const SyncChangeList& changes() const { return change_list_; } function in class:__anon9304::MockChangeProcessor
167 EXPECT_EQ(0u, change_processor()->changes().size());
277 EXPECT_EQ(1u, change_processor()->changes().size());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 840 history::URLsDeletedDetails changes; local
877 history::URLsDeletedDetails changes; local
920 history::URLsDeletedDetails changes; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 83 FileChangeList* changes,
85 ASSERT_TRUE(changes != NULL);
94 base::Unretained(this), metadata, changes, snapshot));
101 FileChangeList* changes,
104 metadata, changes, snapshot);
114 FileChangeList* changes,
119 url, sync_mode, metadata, changes, snapshot);
132 *changes_out = sync_file_info.changes;
148 FileChangeList changes; local
152 &metadata, &changes, NULL))
249 FileChangeList changes; local
301 FileChangeList changes; local
476 FileChangeList changes; local
562 FileChangeList changes; local
    [all...]
local_file_sync_service_unittest.cc 57 const FileChangeList& changes) {
62 ASSERT_TRUE(changes.empty());
95 ACTION_P2(MockStatusCallbackAndRecordChange, status, changes) {
98 changes->push_back(arg0);
481 std::vector<FileChange> changes; local
484 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes))
485 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes));
498 EXPECT_EQ(2U, changes.size());
500 changes[0]); local
503 changes[1]) local
571 std::vector<FileChange> changes; local
    [all...]
local_file_sync_context.cc 490 FileChangeList changes; local
491 backend->change_tracker()->GetChangesForURL(url, &changes);
497 !changes.empty()));
689 // Get all origins that have pending changes.
854 FileChangeList changes; local
855 backend->change_tracker()->GetChangesForURL(url, &changes);
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 359 // Set up theme service to use default theme and expect no changes.
393 const syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
394 ASSERT_EQ(1u, changes.size());
395 EXPECT_TRUE(changes[0].IsValid());
396 EXPECT_EQ(syncer::SyncChange::ACTION_ADD, changes[0].change_type());
397 EXPECT_EQ(syncer::THEMES, changes[0].sync_data().GetDataType());
400 changes[0].sync_data().GetSpecifics().theme();
488 const syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
522 const syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
564 const syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
596 syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
648 const syncer::SyncChangeList& changes = fake_change_processor_->changes(); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc 114 const syncer::SyncChangeList& changes) OVERRIDE {
115 changes_ = changes;
124 const syncer::SyncChangeList& changes() { return changes_; } function in class:autofill::__anon10856::TestSyncChangeProcessor
557 ASSERT_EQ(1U, sync_change_processor->changes().size());
558 syncer::SyncChange result = sync_change_processor->changes()[0];
577 ASSERT_EQ(1U, sync_change_processor->changes().size());
578 syncer::SyncChange result = sync_change_processor->changes()[0];
747 // Set up expectations: No changes to the WebDB, and all fields correctly
771 // changes propagated to Sync.
    [all...]
autofill_table_unittest.cc 148 AutofillChangeList changes; local
155 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
160 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
165 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
171 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
221 changes.clear();
222 EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(t1, Time(), &changes));
238 EXPECT_EQ(arraysize(kExpectedChanges), changes.size());
240 EXPECT_EQ(kExpectedChanges[i], changes[i]);
254 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
278 AutofillChangeList changes; local
291 changes[0]); local
300 changes[0]); local
308 AutofillChangeList changes; local
317 changes[0]); local
326 changes[0]); local
389 AutofillChangeList changes; local
412 AutofillChangeList changes; local
457 std::vector<AutofillChange> changes; local
476 AutofillChangeList changes; local
504 AutofillChangeList changes; local
532 AutofillChangeList changes; local
556 changes[0]); local
563 AutofillChangeList changes; local
587 changes[0]); local
600 AutofillChangeList changes; local
624 changes[0]); local
1502 AutofillChangeList changes; local
1532 AutofillChangeList changes; local
1576 AutofillChangeList changes; local
    [all...]
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store_unittest.cc 70 const syncer::SyncChangeList& changes) OVERRIDE {
71 for (SyncChangeList::const_iterator it = changes.begin();
72 it != changes.end(); ++it) {
394 SyncChangeList changes; local
395 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
397 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
400 store_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 359 typedef std::vector<Change> Changes;
368 Changes GetAndClearChanges() {
369 Changes changes; local
370 changes_.swap(changes);
371 return changes;
389 Changes changes_;
416 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
417 EXPECT_EQ(2U, changes.size())
438 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
460 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
482 OrderChangeObserver::Changes changes = observer.GetAndClearChanges(); local
525 Changes changes; local
559 Changes changes = observer.GetAndClearChanges(); local
    [all...]
  /external/chromium_org/net/cert/
crl_set.cc 114 // header's "DeltaFrom" value. The delta describes the changes to each CRL
284 // kMaxUncompressedChangesLength is the largest changes array that we'll
326 std::vector<uint8> changes; local
327 if (!ReadChanges(data, &changes))
331 for (std::vector<uint8>::const_iterator k = changes.begin();
332 k != changes.end(); ++k) {
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 152 XWindowChanges changes = {0}; local
153 changes.x = bounds.x();
154 changes.y = bounds.y();
155 changes.width = bounds.width();
156 changes.height = bounds.height();
160 &changes); local
  /frameworks/base/core/java/android/app/
ResourcesManager.java 262 int changes = mResConfiguration.updateFrom(config); local
269 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
320 return changes != 0;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 110 final List<MessageStateChange> changes = MessageStateChange.getChanges(mContext, local
112 if (changes == null) {
116 MessageStateChange.convertToChangesMap(changes);
121 final long[][] messageIds = new long[2][changes.size()];
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 212 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
213 assertEquals(expectedModifiedFileCount, changes.size());
221 checkEdits(changes, fileToGolden, true);
224 for (Change change : changes) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 825 final Map<Long, Boolean> changes = new HashMap<Long, Boolean>(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 207 bookmark_manager_private::MetaInfoFields changes; local
214 changes.additional_properties[it->first] = "";
219 changes.additional_properties[it->first] = "";
221 changes.additional_properties[it->first] = new_meta_field->second;
234 changes.additional_properties[it->first] = it->second;
241 base::Int64ToString(node->id()), changes));
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 688 PasswordStoreChangeList changes; local
701 &changes),
703 &CheckPasswordChangesWithResult, &expected_changes, &changes));
721 &changes),
723 &CheckPasswordChangesWithResult, &expected_changes, &changes));
856 PasswordStoreChangeList changes; local
957 PasswordStoreChangeList changes; local
967 EXPECT_EQ(PasswordStoreChangeList(), changes); local
977 PasswordStoreChangeList changes; local
    [all...]
native_backend_kwallet_x.cc 281 password_manager::PasswordStoreChangeList changes; local
286 changes.push_back(password_manager::PasswordStoreChange(
294 changes.push_back(password_manager::PasswordStoreChange(
299 changes.clear();
301 return changes;
306 password_manager::PasswordStoreChangeList* changes) {
307 DCHECK(changes);
308 changes->clear();
327 changes->push_back(password_manager::PasswordStoreChange(
362 password_manager::PasswordStoreChangeList* changes) {
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc 253 // changes from other Chrome installs of previous versions and migrate
582 return; // These are changes originating from us, ignore.
584 // We only process changes if we've already associated models.
596 syncer::SyncChangeList changes;
602 // (which we continue to update with sync changes).
614 InitPrefAndAssociate(syncer::SyncData(), name, &changes, NULL); local
622 changes.push_back(
641 changes.push_back(
647 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 185 syncer::SyncChangeList changes; local
196 changes.push_back(syncer::SyncChange(
207 changes.push_back(syncer::SyncChange(
217 manager->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 394 DOMStorageValuesMap changes; local
395 changes[kKey1] = kValue1;
396 changes[kKey2] = kValue2;
397 changes[kKey3] = kValue3;
401 EXPECT_TRUE(db_->CommitAreaChanges(kNamespace1, kOrigin1, false, changes));
408 DOMStorageValuesMap changes; local
409 changes[kKey1] = kValue4;
410 changes[kKey3] = kValueNull;
413 EXPECT_TRUE(db_->CommitAreaChanges(kNamespace1, kOrigin1, false, changes));
420 DOMStorageValuesMap changes; local
511 DOMStorageValuesMap changes; local
597 DOMStorageValuesMap changes; local
701 DOMStorageValuesMap changes; local
    [all...]

Completed in 750 milliseconds

1 23 4 5 6 7 8 9