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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsourcesView.css82 .source-frame-unsaved-committed-changes {
86 .editor-container-unsaved-committed-changes-icon {
/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.cc448 ScopedVector<google_apis::ChangeResource>* changes) {
449 changes->push_back(change.release());
572 ScopedVector<google_apis::ChangeResource> changes) {
574 current_change_id_, changes.Pass());
903 ScopedVector<google_apis::ChangeResource> changes; local
905 CreateChangeResourceFromMetadata(renamed_file.metadata), &changes); local
907 CreateChangeResourceFromMetadata(reorganized_file.metadata), &changes); local
909 CreateChangeResourceFromMetadata(updated_file.metadata), &changes); local
911 CreateChangeResourceFromMetadata(noop_file.metadata), &changes); local
913 CreateChangeResourceFromMetadata(new_file.metadata), &changes); local
447 PushToChangeList(scoped_ptr<google_apis::ChangeResource> change, ScopedVector<google_apis::ChangeResource>* changes) argument
571 UpdateByChangeList( ScopedVector<google_apis::ChangeResource> changes) argument
[all...]
H A Dremote_to_local_syncer.h178 const FileChangeList& changes);
/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.cc491 FileChangeList changes; local
492 backend->change_tracker()->GetChangesForURL(url, &changes);
498 !changes.empty()));
701 // Get all origins that have pending changes.
920 FileChangeList changes; local
921 backend->change_tracker()->GetChangesForURL(url, &changes);
970 sync_file_info.changes = changes;
973 if (!changes.empty()) {
975 // 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;
176 // Adds an observer to be notified when the password store data changes.
259 const PasswordStoreChangeList& changes) OVERRIDE;
H A Dpassword_syncable_service.cc232 "Failed to process sync changes for passwords datatype.");
304 PasswordStoreChangeList changes; local
307 &changes);
310 &changes);
313 &changes);
316 // we use internal password store interfaces to make changes synchronously.
317 password_store_->NotifyLoginsChanged(changes);
/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/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
573 return; // These are changes originating from us, ignore.
575 // We only process changes if we've already associated models.
587 syncer::SyncChangeList changes;
593 // (which we continue to update with sync changes).
605 InitPrefAndAssociate(syncer::SyncData(), name, &changes, NULL); local
613 changes.push_back(
632 changes.push_back(
638 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc278 void OnAutofillEntriesChanged(const AutofillChangeList& changes) { argument
284 changes);
292 void OnAutofillProfileChanged(const AutofillProfileChange& changes) { argument
298 changes);
917 // TODO(skrul): Test processing of cloud changes.
1213 AutofillChangeList changes; local
1214 changes.push_back(AutofillChange(AutofillChange::ADD, added_entry.key()));
1216 web_data_service_->OnAutofillEntriesChanged(changes);
1270 AutofillChangeList changes; local
1271 changes
1296 AutofillChangeList changes; local
[all...]
H A Dprofile_sync_service_typed_url_unittest.cc796 // Should be no changes to the sync DB from this notification.
811 // Should be no changes to the sync DB from this notification.
852 history::URLsDeletedDetails changes; local
853 changes.all_history = false;
854 changes.rows.push_back(history::URLRow(GURL("http://mine.com")));
859 content::Details<history::URLsDeletedDetails>(&changes));
889 history::URLsDeletedDetails changes; local
890 changes.all_history = false;
892 changes.expired = true;
893 changes
932 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;
212 // The bookmark model we are processing changes from. Non-NULL when

Completed in 3459 milliseconds

1234567891011>>