Searched refs:changes (Results 101 - 125 of 383) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_unittest.cc91 // SyncChangeProcessor which just records the changes made, accessed after
92 // being converted to the more useful SettingSyncData via changes().
122 const SettingSyncDataList& changes() { return changes_; } function in class:extensions::__anon3827::MockSyncChangeProcessor
144 ADD_FAILURE() << "No matching changes for " << extension_id << "/" <<
153 ADD_FAILURE() << matching_changes.size() << " matching changes for " <<
299 EXPECT_EQ(0u, sync_processor_->changes().size());
337 // Already in sync, so no changes.
338 EXPECT_EQ(0u, sync_processor_->changes().size());
343 EXPECT_EQ(0u, sync_processor_->changes().size());
346 EXPECT_EQ(1u, sync_processor_->changes()
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc281 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) {
304 UpdateLogin( const PasswordForm& form, password_manager::PasswordStoreChangeList* changes) argument
359 RemoveLoginsCreatedBetween( base::Time delete_begin, base::Time delete_end, password_manager::PasswordStoreChangeList* changes) argument
367 RemoveLoginsSyncedBetween( base::Time delete_begin, base::Time delete_end, password_manager::PasswordStoreChangeList* changes) argument
606 RemoveLoginsBetween( base::Time delete_begin, base::Time delete_end, TimestampToCompare date_to_compare, password_manager::PasswordStoreChangeList* changes) argument
[all...]
H A Dpassword_store_mac.cc184 PasswordStoreChangeList changes; local
187 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, **i));
189 return changes;
912 PasswordStoreChangeList changes; local
914 changes = login_metadata_db_->AddLogin(form);
916 return changes;
922 PasswordStoreChangeList changes = login_metadata_db_->UpdateLogin(form); local
925 if (changes.empty() &&
929 return changes;
934 if (AddToKeychainIfNecessary(form) && changes
943 PasswordStoreChangeList changes; local
970 PasswordStoreChangeList changes; local
988 PasswordStoreChangeList changes; local
[all...]
H A Dnative_backend_gnome_x.cc574 password_manager::PasswordStoreChangeList changes; local
582 changes.push_back(password_manager::PasswordStoreChange(
587 changes.push_back(password_manager::PasswordStoreChange(
590 return changes;
595 password_manager::PasswordStoreChangeList* changes) {
603 DCHECK(changes);
604 changes->clear();
631 changes->push_back(change);
658 password_manager::PasswordStoreChangeList* changes) {
660 delete_begin, delete_end, CREATION_TIMESTAMP, changes);
593 UpdateLogin( const PasswordForm& form, password_manager::PasswordStoreChangeList* changes) argument
655 RemoveLoginsCreatedBetween( base::Time delete_begin, base::Time delete_end, password_manager::PasswordStoreChangeList* changes) argument
663 RemoveLoginsSyncedBetween( base::Time delete_begin, base::Time delete_end, password_manager::PasswordStoreChangeList* changes) argument
763 RemoveLoginsBetween( base::Time get_begin, base::Time get_end, TimestampToCompare date_to_compare, password_manager::PasswordStoreChangeList* changes) argument
[all...]
H A Dnative_backend_gnome_x_unittest.cc701 PasswordStoreChangeList changes; local
714 &changes),
716 &CheckPasswordChangesWithResult, &expected_changes, &changes));
734 &changes),
736 &CheckPasswordChangesWithResult, &expected_changes, &changes));
860 PasswordStoreChangeList changes; local
866 base::Unretained(&changes)));
870 ASSERT_EQ(1u, changes.size());
871 EXPECT_EQ(PasswordStoreChange::UPDATE, changes.front().type());
872 EXPECT_EQ(new_form_google, changes
990 PasswordStoreChangeList changes; local
1000 EXPECT_EQ(PasswordStoreChangeList(), changes); local
1010 PasswordStoreChangeList changes; local
[all...]
H A Dnative_backend_kwallet_x_unittest.cc380 PasswordStoreChangeList changes; local
390 method, base::Unretained(&backend), base::Time(), next_day, &changes),
393 &changes));
410 method, base::Unretained(&backend), next_day, base::Time(), &changes),
413 &changes));
669 PasswordStoreChangeList changes; local
675 base::Unretained(&changes)));
678 ASSERT_EQ(1u, changes.size());
679 EXPECT_EQ(PasswordStoreChange::UPDATE, changes.front().type());
680 EXPECT_EQ(new_form_google, changes
769 PasswordStoreChangeList changes; local
779 EXPECT_EQ(PasswordStoreChangeList(), changes); local
830 PasswordStoreChangeList changes; local
[all...]
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_roll.py20 def ContainsChromiumRoll(changes):
21 for change in changes:
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc57 const FileChangeList& changes) {
62 ASSERT_TRUE(changes.empty());
95 ACTION_P2(MockStatusCallbackAndRecordChange, status, changes) {
98 changes->push_back(arg0);
480 std::vector<FileChange> changes; local
483 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes))
484 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes));
497 EXPECT_EQ(2U, changes.size());
499 changes[0]); local
502 changes[ local
51 DidPrepareForProcessRemoteChange(const tracked_objects::Location& where, const base::Closure& oncompleted, SyncStatusCode expected_status, const SyncFileMetadata& expected_metadata, SyncStatusCode status, const SyncFileMetadata& metadata, const FileChangeList& changes) argument
570 std::vector<FileChange> changes; local
604 SetOriginChangeCount(const GURL& origin, int64 changes) argument
[all...]
H A Dlocal_file_change_tracker.h39 // Tracks local file changes for cloud-backed file systems.
68 // Retrieves an array of |url| which have more than one pending changes.
71 // change_seq numbers (i.e. older changes).
75 // Returns all changes recorded for the given |url|.
76 // Note that this also returns demoted changes.
79 FileChangeList* changes);
81 // Clears the pending changes recorded in this tracker for |url|.
85 // Note that new changes are recorded to the mirror too.
91 // Resets the changes to the ones recorded in mirror for |url|, and
95 // Re-inserts changes int
[all...]
H A Dlocal_file_sync_service.h59 // This is called when there're one or more local changes available.
121 // changes.
176 void SetOriginChangeCount(const GURL& origin, int64 changes);
181 // Per-origin changes (cached info, could be stale).
218 const FileChangeList& changes,
233 // Origins which have pending changes but have not been initialized yet.
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.h39 // |changes| will be examined - keys mapped to a null NullableString16
41 bool CommitChanges(bool clear_all_first, const DOMStorageValuesMap& changes);
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_unittest.cc50 const ImmutableChangeRecordList& changes));
54 void VerifyDeletes(const ImmutableChangeRecordList& changes) { argument
56 for (size_t i = 0; i < changes.Get().size(); ++i) {
57 const ChangeRecord& change = (changes.Get())[i];
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_resize_buffers.spec39 changes.
42 when a window size changes but would still like Mesa to adjust to
/external/chromium_org/v8/test/mjsunit/
H A Darray-push7.js20 function somethingChanged(changes) {
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec39 changes.
42 when a window size changes but would still like Mesa to adjust to
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim_unittest.cc174 EXPECT_TRUE(notification_processor()->changes().empty());
175 EXPECT_TRUE(app_info_processor()->changes().empty());
316 EXPECT_TRUE(notification_processor()->changes().empty());
319 EXPECT_EQ(1U, notification_processor()->changes().size());
321 notification_processor()->changes()[0].change_type());
323 notification_processor()->changes()[0].sync_data().GetDataType());
326 ->changes()[0]
/external/clang/docs/analyzer/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.
/external/clang/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.
/external/llvm/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder_interactive_uitest.cc156 XWindowChanges changes = {0}; local
157 changes.x = bounds.x();
158 changes.y = bounds.y();
159 changes.width = bounds.width();
160 changes.height = bounds.height();
164 &changes); local
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl192 changes made to the primary target, by knowing I<what> has changed and I<how>.
198 should be helpful to determine the actual changes.
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h82 const autofill::AutofillChangeList& changes) OVERRIDE;
98 // Helper to persist any changes that occured during model association to
144 // Syncs |changes| to the cloud.
145 void ActOnChanges(const autofill::AutofillChangeList& changes);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist_single_selection_model.js121 * This is used to begin batching changes. Call {@code endChange} when you
122 * are done making changes.
133 * Call this after changes are done and it will dispatch a change event if
134 * any changes were actually done.
142 e.changes = indexes.filter(function(index) {

Completed in 606 milliseconds

1234567891011>>