Searched refs:changes (Results 176 - 200 of 378) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnProperty.pl286 Property changes on: Makefile.shared
295 expectedNextLine => "Property changes on: Makefile.shared\n",
304 Property changes on: Makefile.shared
314 expectedNextLine => "Property changes on: Makefile.shared\r\n",
366 Property changes on: Makefile.shared
375 expectedNextLine => "Property changes on: Makefile.shared\n",
386 Property changes on: Makefile.shared
396 expectedNextLine => "Property changes on: Makefile.shared\r\n",
H A DparseSvnDiffHeader.pl206 Property changes on: test_file.swf
226 "Property changes on: test_file.swf\n"],
242 Property changes on: test_file.swf
267 expectedNextLine => "Property changes on: test_file.swf\n",
/external/chromium_org/third_party/lcov/bin/
H A Dupdateversion.pl117 s/(Last\s+changes:\s+)\d\d\d\d-\d\d-\d\d/$1$date[0]/g;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_unittest.cc446 ScopedVector<google_apis::ChangeResource>* changes) {
447 changes->push_back(change.release());
573 ScopedVector<google_apis::ChangeResource> changes) {
577 changes.Pass(), CreateResultReceiver(&status));
909 ScopedVector<google_apis::ChangeResource> changes; local
911 CreateChangeResourceFromMetadata(renamed_file.metadata), &changes); local
913 CreateChangeResourceFromMetadata(reorganized_file.metadata), &changes); local
915 CreateChangeResourceFromMetadata(updated_file.metadata), &changes); local
917 CreateChangeResourceFromMetadata(noop_file.metadata), &changes); local
919 CreateChangeResourceFromMetadata(new_file.metadata), &changes); local
445 PushToChangeList(scoped_ptr<google_apis::ChangeResource> change, ScopedVector<google_apis::ChangeResource>* changes) argument
572 UpdateByChangeList( ScopedVector<google_apis::ChangeResource> changes) argument
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc1568 ASSERT_EQ(3u, delegate->changes().size());
1569 EXPECT_FALSE(delegate->changes()[0].second);
1570 EXPECT_EQ(url_google_.host(), delegate->changes()[0].first.Domain());
1571 EXPECT_EQ("A", delegate->changes()[0].first.Name());
1572 EXPECT_EQ("B", delegate->changes()[0].first.Value());
1573 EXPECT_EQ(url_google_.host(), delegate->changes()[1].first.Domain());
1574 EXPECT_FALSE(delegate->changes()[1].second);
1575 EXPECT_EQ("C", delegate->changes()[1].first.Name());
1576 EXPECT_EQ("D", delegate->changes()[1].first.Value());
1577 EXPECT_EQ(url_google_.host(), delegate->changes()[
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.cc490 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);
904 sync_file_info.changes = changes;
907 if (!changes.empty()) {
909 // changes t
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist_selection_model.js166 * This is used to begin batching changes. Call {@code endChange} when you
167 * are done making changes.
178 * Call this after changes are done and it will dispatch a change event if
179 * any changes were actually done.
187 e.changes = indexes.map(function(index) {
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store.h119 virtual void OnLoginsChanged(const PasswordStoreChangeList& changes) = 0;
174 // Adds an observer to be notified when the password store data changes.
279 const PasswordStoreChangeList& changes) OVERRIDE;
/external/chromium_org/sync/internal_api/
H A Dchange_reorder_buffer.cc157 ImmutableChangeRecordList* changes) {
163 // (c) Construct a set of all parent nodes of any position changes.
213 *changes = ImmutableChangeRecordList(&changelist);
155 GetAllChangesInTreeOrder( const BaseTransaction* sync_trans, ImmutableChangeRecordList* changes) argument
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfolder_shortcuts_data_model.js35 // Listening for changes in the storage.
36 chrome.storage.onChanged.addListener(function(changes, namespace) {
37 if (!(FolderShortcutsDataModel.NAME in changes) || namespace !== 'sync')
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dnavigation_list.js342 if (event.changes.length == 1 && !event.changes[0].selected)
365 // This handler is invoked even when the navigation list itself changes the
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist_single_selection_model.js49 * Setter also changes lead and anchor indexes if value is nonegative.
129 * This is used to begin batching changes. Call {@code endChange} when you
130 * are done making changes.
141 * Call this after changes are done and it will dispatch a change event if
142 * any changes were actually done.
158 * Creates event with specified name and fills its {changes} property.
164 e.changes = indexes.filter(function(index) {
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/libusb-compat/libusb/
H A Dcore.c244 int changes = 0; local
286 changes++;
301 changes++;
305 return changes;
572 int changes = 0; local
618 changes++;
638 changes++;
644 return changes;
/external/lldb/scripts/
H A Dsed-sources24 option to preview changes to STDOUT, or use the B<-b> option to make a backup
50 Preview changes to STDOUT without modifying original source files.
89 our $opt_p = 0; # Preview changes to STDOUT?
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc253 // 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/sync/
H A Dprofile_sync_service_autofill_unittest.cc277 void OnAutofillEntriesChanged(const AutofillChangeList& changes) { argument
283 changes);
291 void OnAutofillProfileChanged(const AutofillProfileChange& changes) { argument
297 changes);
911 // TODO(skrul): Test processing of cloud changes.
1207 AutofillChangeList changes; local
1208 changes.push_back(AutofillChange(AutofillChange::ADD, added_entry.key()));
1210 web_data_service_->OnAutofillEntriesChanged(changes);
1264 AutofillChangeList changes; local
1265 changes
1290 AutofillChangeList changes; local
[all...]
H A Dprofile_sync_service_typed_url_unittest.cc784 // Should be no changes to the sync DB from this notification.
799 // Should be no changes to the sync DB from this notification.
840 history::URLsDeletedDetails changes; local
841 changes.all_history = false;
842 changes.rows.push_back(history::URLRow(GURL("http://mine.com")));
847 content::Details<history::URLsDeletedDetails>(&changes));
877 history::URLsDeletedDetails changes; local
878 changes.all_history = false;
880 changes.expired = true;
881 changes
920 history::URLsDeletedDetails changes; local
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.cc121 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.
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc529 std::vector<AutofillChange>* changes) {
530 return AddFormFieldValuesTime(elements, changes, Time::Now());
534 std::vector<AutofillChange>* changes) {
535 return AddFormFieldValueTime(element, changes, Time::Now());
590 std::vector<AutofillChange>* changes) {
690 *changes = tentative_changes;
695 std::vector<AutofillChange>* changes) {
721 *changes = tentative_changes;
727 std::vector<AutofillChange>* changes,
740 result = result && AddFormFieldValueTime(*itr, changes, tim
527 AddFormFieldValues( const std::vector<FormFieldData>& elements, std::vector<AutofillChange>* changes) argument
533 AddFormFieldValue(const FormFieldData& element, std::vector<AutofillChange>* changes) argument
587 RemoveFormElementsAddedBetween( const Time& delete_begin, const Time& delete_end, std::vector<AutofillChange>* changes) argument
694 RemoveExpiredFormElements( std::vector<AutofillChange>* changes) argument
725 AddFormFieldValuesTime( const std::vector<FormFieldData>& elements, std::vector<AutofillChange>* changes, Time time) argument
824 AddFormFieldValueTime(const FormFieldData& element, std::vector<AutofillChange>* changes, Time time) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor_unittest.cc118 // Applies the |changes| to |metadata_| as a full resource list of changestamp
120 FileError ApplyFullResourceList(ScopedVector<ChangeList> changes) { argument
128 changes.Pass(),
132 // Applies the |changes| to |metadata_| as a delta update. Delta changelists
134 FileError ApplyChangeList(ScopedVector<ChangeList> changes, argument
143 changes.Pass(),
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.h58 // Called directly by HistoryBackend when local url data changes.
86 // notification. We use this to throttle the number of sync changes we send
95 syncer::SyncChangeList* changes);
126 // Whether we're currently processing changes from the syncer. While this is
127 // true, we ignore any local url changes, since we triggered them.
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.h31 // This class is responsible for taking changes from the BookmarkModel
73 // The change processor implementation, responsible for applying changes from
78 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
209 // The bookmark model we are processing changes from. Non-NULL when
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.cc61 const password_manager::PasswordStoreChangeList& changes) {
60 OnLoginsChanged( const password_manager::PasswordStoreChangeList& changes) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store.h63 // user (i.e. of DomDistillerStore). No changes are accepted while the local
64 // database is loading. Once the local database has loaded, changes from any of
65 // the three sources (technically just two, since changes don't come from the
70 // conflict resolution for normal changes-- (changes_missing).
130 // Convert a SyncDataList to a SyncChangeList of add or update changes based
141 // Applies the changes to |model_|. If the model returns an error, disables
142 // syncing and database changes and returns false.
147 void NotifyObservers(const syncer::SyncChangeList& changes);

Completed in 807 milliseconds

1234567891011>>