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

1234567891011>>

/external/chromium/chrome/browser/sync/glue/
H A Dpassword_change_processor.h27 // This class is responsible for taking changes from the password backend and
48 const sync_api::SyncManager::ChangeRecord* changes,
51 // Commit changes buffered during ApplyChanges. We must commit them to the
68 // The model we are processing changes from. This is owned by the
H A Dtyped_url_change_processor.h35 // This class is responsible for taking changes from the history backend and
55 const sync_api::SyncManager::ChangeRecord* changes,
73 // The model we are processing changes from. This is owned by the
H A Dtyped_url_change_processor.cc185 const sync_api::SyncManager::ChangeRecord* changes,
207 changes[i].action) {
208 DCHECK(changes[i].specifics.HasExtension(sync_pb::typed_url)) <<
210 GURL url(changes[i].specifics.GetExtension(sync_pb::typed_url).url());
216 if (!sync_node.InitByIdLookup(changes[i].id)) {
230 if (sync_api::SyncManager::ChangeRecord::ACTION_ADD == changes[i].action) {
183 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
H A Dbookmark_change_processor.cc193 // We shouldn't see changes to the top-level nodes.
227 // We shouldn't see changes to the top-level nodes.
346 // ApplyModelChanges is called by the sync backend after changes have been made
347 // to the sync engine's model. Apply these changes to the browser bookmark
351 const sync_api::SyncManager::ChangeRecord* changes,
367 // For the most part, applying these changes in the order given will yield
374 // We are going to make changes to the bookmarks model, but don't want to end
376 // changes.
384 model_associator_->GetChromeNodeFromSyncId(changes[i].id);
385 // Ignore changes t
349 ApplyChangesFromSyncModel( const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
[all...]
/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer.h30 const sync_api::SyncManager::ChangeRecord* changes,
/external/chromium_org/chrome/browser/sync/glue/
H A Dpassword_change_processor.h29 // This class is responsible for taking changes from the password backend and
51 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
53 // Commit changes buffered during ApplyChanges. We must commit them to the
59 // Stop processing changes and wait for being destroyed.
76 // The model we are processing changes from. This is owned by the
91 // If disconnected is true, local/sync changes are dropped without modifying
H A Dsession_change_processor.h30 // This class is responsible for taking changes from the
59 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
H A Dsynced_device_tracker.h31 // Observer class for listening to device info changes.
42 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
82 // The |ObserverList| has to be thread safe as the changes happen
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc55 const FileChangeList& changes) {
60 ASSERT_TRUE(changes.empty());
93 ACTION_P2(MockStatusCallbackAndRecordChange, status, changes) {
96 changes->push_back(arg0);
475 std::vector<FileChange> changes; local
478 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes))
479 .WillOnce(MockStatusCallbackAndRecordChange(SYNC_STATUS_OK, &changes));
492 EXPECT_EQ(2U, changes.size());
494 changes[0]); local
497 changes[ local
49 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
565 std::vector<FileChange> changes; local
599 SetOriginChangeCount(const GURL& origin, int64 changes) argument
[all...]
H A Dlocal_file_change_tracker.cc36 // A database class that stores local file changes in a local database. This
132 // Mildly prioritizes the URLs that older changes and have not been updated
143 const FileSystemURL& url, FileChangeList* changes) {
145 DCHECK(changes);
146 changes->clear();
150 *changes = found->second.change_list;
203 FileChangeList changes = found->second.change_list;
209 FileChangeList::List change_list = changes.list();
376 FileChangeMap* changes,
378 ChangeInfo& info = (*changes)[ur
142 GetChangesForURL( const FileSystemURL& url, FileChangeList* changes) argument
372 RecordChangeToChangeMaps( const FileSystemURL& url, const FileChange& change, int new_change_seq, FileChangeMap* changes, ChangeSeqMap* change_seqs) argument
[all...]
H A Dlocal_file_change_tracker.h34 // Tracks local file changes for cloud-backed file systems.
63 // Retrieves an array of |url| which have more than one pending changes.
66 // change_seq numbers (i.e. older changes).
70 // Returns all changes recorded for the given |url|.
73 FileChangeList* changes);
75 // Clears the pending changes recorded in this tracker for |url|.
79 // Note that new changes are recorded to the mirror too.
85 // Resets the changes to the ones recorded in mirror for |url|, and
89 // Re-insert changes for the file with newer (bigger) sequence numbers,
91 // useful for changes tha
[all...]
H A Dlocal_file_sync_service.h55 // This is called when there're one or more local changes available.
114 // changes.
169 void SetOriginChangeCount(const GURL& origin, int64 changes);
174 // Per-origin changes (cached info, could be stale).
212 const FileChangeList& changes,
227 // 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/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/mesa3d/docs/
H A DMESA_resize_buffers.spec39 changes.
42 when a window size changes but would still like Mesa to adjust to
/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/base/
H A Dprocess_util_unittest.cc541 base::environment_vector changes; local
544 e = base::AlterEnvironment(changes, empty);
548 changes.push_back(std::make_pair(std::string("A"), std::string("1")));
549 e = base::AlterEnvironment(changes, empty);
554 changes.clear();
555 changes.push_back(std::make_pair(std::string("A"), std::string("")));
556 e = base::AlterEnvironment(changes, empty);
560 changes.clear();
561 e = base::AlterEnvironment(changes, a2);
566 changes
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service_unittest.cc143 // Store a copy of all the changes passed in so we can examine them later.
174 // Track the changes received in ProcessSyncChanges.
201 // The recipient of all sync changes.
306 // Process sync changes when there is no local data.
320 SyncChangeList changes; local
321 changes.push_back(CreateSyncChange(
324 changes.push_back(CreateSyncChange(
327 changes.push_back(CreateSyncChange(
331 notifier.ProcessSyncChanges(FROM_HERE, changes);
338 // Process sync changes whe
362 SyncChangeList changes; local
413 SyncChangeList changes; local
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc770 PasswordStoreChangeList changes; local
771 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
775 Details<PasswordStoreChangeList>(&changes));
796 PasswordStoreChangeList changes; local
799 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD,
803 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE,
806 if (!changes.empty()) {
810 Details<PasswordStoreChangeList>(&changes));
836 PasswordStoreChangeList changes; local
837 changes
866 PasswordStoreChangeList changes; local
[all...]
/external/chromium/net/base/
H A Dcookie_monster_unittest.cc1531 ASSERT_EQ(3u, delegate->changes().size());
1532 EXPECT_FALSE(delegate->changes()[0].second);
1533 EXPECT_EQ(url_google.host(), delegate->changes()[0].first.Domain());
1534 EXPECT_EQ("A", delegate->changes()[0].first.Name());
1535 EXPECT_EQ("B", delegate->changes()[0].first.Value());
1536 EXPECT_EQ(url_google.host(), delegate->changes()[1].first.Domain());
1537 EXPECT_FALSE(delegate->changes()[1].second);
1538 EXPECT_EQ("C", delegate->changes()[1].first.Name());
1539 EXPECT_EQ("D", delegate->changes()[1].first.Value());
1540 EXPECT_EQ(url_google.host(), delegate->changes()[
[all...]
/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/value_store/
H A Dvalue_store.h105 explicit WriteResultType(scoped_ptr<ValueStoreChangeList> changes);
111 // Gets the list of changes to the settings which resulted from the write.
114 ValueStoreChangeList& changes() { return *changes_; } function in class:ValueStore::WriteResultType
137 // Don't generate the changes for a WriteResult.
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h77 const autofill::AutofillChangeList& changes) OVERRIDE;
80 // and/or processing sync changes.
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);

Completed in 570 milliseconds

1234567891011>>