Searched defs:mutation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserverInterestGroup.cpp70 RefPtr<MutationRecord> mutation = prpMutation; local
75 observer->enqueueMutationRecord(mutation);
79 if (mutation->oldValue().isNull())
80 mutationWithNullOldValue = mutation;
82 mutationWithNullOldValue = MutationRecord::createWithNullOldValue(mutation).get();
H A DMutationObserver.cpp162 void MutationObserver::enqueueMutationRecord(PassRefPtr<MutationRecord> mutation) argument
165 m_records.append(mutation);
/external/chromium_org/sync/syncable/
H A Dentry_kernel.cc208 const EntryKernelMutation& mutation) {
210 dict->Set("original", mutation.original.ToValue(NULL));
211 dict->Set("mutated", mutation.mutated.ToValue(NULL));
207 EntryKernelMutationToValue( const EntryKernelMutation& mutation) argument
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dobject-observe.js1430 var mutation = [ variable
1440 function TestFastElements(prop, mutation, prepopulate, polymorphic, optimize) {
1442 "(function setElement(a, i, v) { " + mutation + "; " +
1469 for (var j in mutation)
1470 TestFastElements(props[i], mutation[j], b1 != 0, b2 != 0, b3 != 0);
1473 var mutation = [ variable
1485 mutation, polymorphic, optimize, oldSize, newSize) {
1487 "(function setLength(a, v) { " + mutation + "; " +
1527 for (var i in mutation)
1528 TestFastElementsLength(mutation[
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc228 const syncable::EntryKernelMutation& mutation) const {
229 const syncable::EntryKernel& a = mutation.original;
230 const syncable::EntryKernel& b = mutation.mutated;
241 const syncable::EntryKernelMutation& mutation,
243 const syncable::EntryKernel& a = mutation.original;
244 const syncable::EntryKernel& b = mutation.mutated;
267 if (VisiblePositionsDiffer(mutation))
801 // Found real mutation.
240 VisiblePropertiesDiffer( const syncable::EntryKernelMutation& mutation, Cryptographer* cryptographer) const argument

Completed in 132 milliseconds