HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 151 - 175 of 658) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/sync/internal_api/public/
sync_manager.h 104 // Notify the delegate that changes have been applied to the sync model.
107 // called. |changes| is an array of size |change_count|, and contains the
108 // ID of each individual item that was changed. |changes| exists only for
110 // the same time, this method is invoked once per data type and |changes|
116 // The SyncManager constructs |changes| in the following guaranteed order:
121 // 4. Items with parents & predecessors in |changes|.
122 // 5. Repeat #4 until all items are in |changes|.
133 const ImmutableChangeRecordList& changes) = 0;
140 // split-transactions changes. For example, if a model processor wants to
141 // perform blocking I/O due to a change, it should calculate the changes
    [all...]
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/chromium_org/v8/test/mjsunit/
array-push7.js 20 function somethingChanged(changes) {
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe-debug-event.js 43 Object.observe(obj, function(changes) {
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/ant-glob/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /external/chromium_org/build/git-hooks/
pre-commit 27 echo "You are trying to commit changes to the following submodules:" 1>&2
55 To make changes to submodule names/paths, edit DEPS.
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 137 // generates multiple changes. When we fix syncapi to not do that,
141 string err_msg = base::StringPrintf("Received %d theme changes: ",
330 syncer::SyncChangeList changes; local
334 changes.push_back(
341 << changes.back().ToString();
343 return sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/components/dom_distiller/core/javascript/
dom_distiller_viewer.js 17 // Maps JS Font Family to CSS class and then changes body class name.
34 // Maps JS theme to CSS class and then changes body class name.
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.h 60 // Notifies the Sync engine of changes to the password database.
61 void ActOnPasswordStoreChanges(const PasswordStoreChangeList& changes);
98 // Calls |operation| for each element in |entries| and appends the changes to
109 // |sync_processor_| will mirror the |PasswordStore| changes in the sync db.
118 // True if processing sync changes is in progress.
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store.h 66 // Adds a setting to a WriteBatch, and logs the change in |changes|. For use
72 ValueStoreChangeList* changes);
74 // Commits the changes in |batch| to the database.
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 142 mv ../${PACKAGE}_*.changes "$OUTPUT_PATH"/
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 15 # The debug build results in changes to the Skia headers. This means that those
22 # (b) If libskia is built with debugging (see step 2), then no changes are
  /external/chromium_org/v8/test/mjsunit/compiler/
simple-deopt.js 49 // Test deopt when global function changes.
58 // Test deopt when map changes.
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 15 # The debug build results in changes to the Skia headers. This means that those
22 # (b) If libskia is built with debugging (see step 2), then no changes are
  /external/valgrind/main/auxprogs/
update-demangler 12 # - a patch file with local changes that were applied to the C++
24 # changes below this line should be necessary.
97 # (This gets us the changes we made to the demangler).
100 diff -r -u $old_gcc_revision old_m_demangle > our-changes
101 echo "Patch file 'our-changes' created"
106 patch --dry -p1 < ../our-changes
  /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()];
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 62 * Changes the type of the given widgets to the given target type
160 List<Change> changes = new ArrayList<Change>(); local
162 return changes;
168 changes.add(change);
219 return changes;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 58 // Decide if we should listen for network changes or not. If there are any
61 // Otherwise, we want to unregister and not be listening to network changes.
158 std::vector<std::string> changes; local
163 changes.push_back((*iter)->guid());
167 api::networking_private::OnNetworkListChanged::Create(changes));
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim.cc 175 const syncer::SyncChangeList& changes) {
177 for (size_t i = 0; i < changes.size(); ++i)
178 js_changes.push_back(BuildNewJSSyncChange(changes[i]));
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller.cc 133 const password_manager::PasswordStoreChangeList& changes) {
136 changes.begin();
137 it != changes.end();
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model.cc 133 const SyncChangeList& changes,
139 for (SyncChangeList::const_iterator it = changes.begin(); it != changes.end();

Completed in 1349 milliseconds

1 2 3 4 5 67 8 91011>>