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

<<11121314151617181920>>

  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 134 const DOMStorageValuesMap& changes) {
135 // Even if |changes| is empty, we need to write the appropriate placeholders
168 if (!changes.empty()) {
174 WriteValuesToMap(map_id, changes, &batch);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 54 import org.eclipse.jdt.internal.corext.refactoring.changes.RenamePackageChange;
254 // changes, we need to update fragment references and even tool:context activity
384 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) {
410 changes.add(change);
AndroidTypeMoveParticipant.java 170 // changes, we need to update fragment references and even tool:context activity
224 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) {
250 changes.add(change);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 109 * An interface for being notified when the text changes.
116 * Called when text changes.
356 * Update the state of the text and selection and describe any changes as
488 * Describe a change where the text changes.
560 // on the changes to the text, not the cursor position / selection.
811 * Update the state of the text and selection and describe any changes as
817 // Ignore changes to the cursor and selection if they happen immediately
820 // contents are selected. If the value changes, though, this change will
975 * Update the state of the text and selection and describe any changes as
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 25 // When the type attribute changes, load the image and then render
73 // when updatedMaskSize changes, update mask canvas size.
83 // When the magnify attribute changes, render the magnified rect at
  /external/skia/tools/skpdiff/
diff_viewer.js 25 // When the type attribute changes, load the image and then render
73 // when updatedMaskSize changes, update mask canvas size.
83 // When the magnify attribute changes, render the magnified rect at
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_test_base.cc 76 const syncer::SyncData& data = processor_->changes().front().sync_data();
125 const syncer::SyncData& data = processor_->changes().front().sync_data();
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 376 syncer::SyncChangeList changes(1, change);
377 return sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 33 * feature changes.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 85 * selection. This is populated when we send text changes to the IME so that
86 * our own changes don't reset the pending cells.
181 // Allow changes to be coalesced by the input system in an attempt to not
185 // Delete all previous expected changes and ignore this one.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
math_shifter.js 149 // TODO (sorge) Embed these changes into a local context menu/options menu.
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 246 const syncer::ImmutableChangeRecordList& changes) {
251 processor->ApplyChangesFromSyncModel(trans, model_version, changes);
260 // already buffered any changes it plans to makes so needs no
303 // drop changes on the floor (since model association has not
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view.js 36 // We create BrowserPlugin as a custom element in order to observe changes
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 21 # in common/ucnv2022.c and other changes in convrtrs.txt to make it
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.bat 10 :: This script is a copy of chrome_tests.bat with the following changes:
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 4 -- where the definition of 'interesting' changes but is roughly:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
commandbutton.js 107 * Handles changes to the associated command.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-newsource.js 75 // We should support changes in oneliners.
debug-suspend.js 91 // Stop debugger and check that suspend command changes running flag.
debug-version.js 85 // Stop debugger and check that suspend command changes running flag.
  /external/icu/icu4c/source/data/coll/
colfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/libunwind/doc/
unw_set_caching_policy.tex 39 changes in a way that could affect the validity of cached information.
  /external/skia/tools/lua/
bbh_filter.lua 4 -- where the definition of 'interesting' changes but is roughly:
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 213 int changes = finalIntent.fillIn(intent, key.flags); local
214 if ((changes&Intent.FILL_IN_DATA) == 0) {
  /ndk/sources/host-tools/nawk-20071023/
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
66 compiled this without any changes using gcc -Wall and/or local C

Completed in 762 milliseconds

<<11121314151617181920>>