Searched refs:changes (Results 226 - 250 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc653 if (params->changes.title.get()) {
654 title = UTF8ToUTF16(*params->changes.title);
660 if (params->changes.url.get())
661 url_string = *params->changes.url;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc283 // We shouldn't see changes to the top-level nodes.
370 // We shouldn't see changes to the top-level nodes.
485 // ApplyModelChanges is called by the sync backend after changes have been made
486 // to the sync engine's model. Apply these changes to the browser bookmark
491 const syncer::ImmutableChangeRecordList& changes) {
504 // For the most part, applying these changes in the order given will yield
511 // We are going to make changes to the bookmarks model, but don't want to end
513 // changes.
523 // potentially significant changes to it, so the updates may be batched. For
534 for (it = changes
488 ApplyChangesFromSyncModel( const syncer::BaseTransaction* trans, int64 model_version, const syncer::ImmutableChangeRecordList& changes) argument
[all...]
H A Dsynced_device_tracker.cc46 const syncer::ImmutableChangeRecordList& changes) {
43 ApplyChangesFromSyncModel( const syncer::BaseTransaction* trans, int64 model_version, const syncer::ImmutableChangeRecordList& changes) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h149 FileChangeList* changes);
/external/chromium_org/third_party/openssl/openssl/
H A Dcheck-all-builds.sh200 and re-running import_openssl.sh to check that any changes didn't break
H A Dimport_openssl.sh561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java117 updcnt = (int) conn.db.changes();
/external/openssl/
H A Dcheck-all-builds.sh200 and re-running import_openssl.sh to check that any changes didn't break
H A Dimport_openssl.sh561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
/external/scrypt/
H A Dimport_scrypt.sh490 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_noloop_gnu.s114 @ Clean up and store any changes that were caused during the loop
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_noloop_gnu.s114 @ Clean up and store any changes that were caused during the loop
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java791 boolean changes = false;
845 changes = true;
851 if (changes) {
1002 boolean changes = false;
1067 // No changes made which could affect previous entry, keep going.
1090 changes = true;
1096 if (changes) {
1206 boolean changes = false;
1231 changes = true;
1239 changes
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js831 for (var i = 0; i < event.changes.length; ++i) {
832 if (event.changes[i].selected) {
833 var item = this.dataModel.item(event.changes[i].index);
/external/elfutils/src/
H A Dstrip.c408 bool changes; local
705 changes = false;
810 changes |= shdr_info[cnt].shdr.sh_link < cnt;
818 changes |= shdr_info[cnt].shdr.sh_info < cnt;
846 changes |= i < cnt;
856 while (changes);
/external/chromium_org/third_party/icu/source/data/coll/
H A Dcollocal.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/icu/source/data/lang/
H A Dresfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/third_party/icu/source/data/region/
H A Dresfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/icu/source/data/zone/
H A Dresfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec305 Third draft. Lots of fundamental changes. (Brian Paul)
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines
246 #define sqlite3_changes sqlite3_api->changes
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/data/mappings/
H A Ducmfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re

Completed in 2143 milliseconds

1234567891011>>