Searched refs:mutations (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dwrite_transaction_info.cc16 ImmutableEntryKernelMutationMap mutations)
20 mutations(mutations) {}
34 const size_t mutations_size = mutations.Get().size();
36 mutations_value = EntryKernelMutationMapToValue(mutations.Get());
41 " mutations");
43 dict->Set("mutations", mutations_value);
12 WriteTransactionInfo( int64 id, tracked_objects::Location location, WriterTag writer, ImmutableEntryKernelMutationMap mutations) argument
H A Dwrite_transaction_info.h19 ImmutableEntryKernelMutationMap mutations);
31 ImmutableEntryKernelMutationMap mutations; member in struct:syncer::syncable::WriteTransactionInfo
H A Dsyncable_write_transaction.cc69 const ImmutableEntryKernelMutationMap& mutations) {
72 bool has_mutations = !mutations.Get().empty();
74 models_with_changes = NotifyTransactionChangingAndEnding(mutations);
85 const ImmutableEntryKernelMutationMap& mutations) {
87 DCHECK(!mutations.Get().empty());
91 from_here_, writer_, mutations);
149 const ImmutableEntryKernelMutationMap& mutations = RecordMutations(); local
152 for (EntryKernelMutationMap::const_iterator i = mutations.Get().begin();
153 i != mutations.Get().end(); ++i) {
165 UnlockAndNotify(mutations);
68 UnlockAndNotify( const ImmutableEntryKernelMutationMap& mutations) argument
84 NotifyTransactionChangingAndEnding( const ImmutableEntryKernelMutationMap& mutations) argument
[all...]
H A Dsyncable_write_transaction.h45 void UnlockAndNotify(const ImmutableEntryKernelMutationMap& mutations);
48 const ImmutableEntryKernelMutationMap& mutations);
H A Dentry_kernel.cc198 const EntryKernelMutationMap& mutations) {
200 for (EntryKernelMutationMap::const_iterator it = mutations.begin();
201 it != mutations.end(); ++it) {
197 EntryKernelMutationMapToValue( const EntryKernelMutationMap& mutations) argument
H A Dentry_kernel.h353 const EntryKernelMutationMap& mutations);
/external/chromium_org/sync/test/
H A Dnull_directory_change_delegate.cc17 write_transaction_info.Get().mutations.Get().begin();
18 it != write_transaction_info.Get().mutations.Get().end(); ++it) {
28 write_transaction_info.Get().mutations.Get().begin();
29 it != write_transaction_info.Get().mutations.Get().end(); ++it) {
/external/chromium_org/chrome/test/functional/ispy/client/
H A Dwait_on_ajax.js12 var observer = new MutationObserver(function(mutations) {
/external/chromium_org/chrome/test/pyautolib/
H A Ddom_mutation_observer.js37 * mutations: A list of mutation objects.
40 function addNodeCallback(mutations, observer) {
41 for (var j=0; j<mutations.length; j++) {
42 for (var i=0; i<mutations[j].addedNodes.length; i++) {
43 var node = mutations[j].addedNodes[i];
58 * mutations: A list of mutation objects.
61 function removeNodeCallback(mutations, observer) {
73 * mutations: A list of mutation objects.
76 function changeNodeCallback(mutations, observer) {
77 for (var j=0; j<mutations
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dtag_watcher.js18 var documentObserver = new MutationObserver(function(mutations) {
19 $Array.forEach(mutations, function(mutation) {
H A Dad_view.js193 var observer = new MutationObserver(function(mutations) {
194 $Array.forEach(mutations, handleMutation);
210 var observer = new MutationObserver(function(mutations) {
211 $Array.forEach(mutations, handleMutation);
227 var objectObserver = new MutationObserver(function(mutations) {
228 $Array.forEach(mutations, handleMutation);
298 // This observer monitors mutations to attributes of the <adview> and
324 // This observer monitors mutations to attributes of the BrowserPlugin and
H A Dweb_view.js404 this.srcObserver_ = new MutationObserver(function(mutations) {
405 $Array.forEach(mutations, function(mutation) {
428 // This observer monitors mutations to attributes of the <webview> and
469 // This observer monitors mutations to attributes of the BrowserPlugin and
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8MutationCallback.cpp49 void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations, MutationObserver* observer) argument
77 v8::Handle<v8::Value> argv[] = { v8Array(mutations, m_isolate), observerHandle };
/external/chromium_org/remoting/webapp/
H A Dui_mode.js222 * @param {Array.<MutationRecord>} mutations The set of mutations affecting
225 function confineOrRestoreFocus_(mutations) {
226 // The list of mutations can include duplicates, so reduce it to a canonical
232 for (var i = 0; i < mutations.length; ++i) {
233 var mutation = mutations[i];
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc788 const syncable::ImmutableEntryKernelMutationMap& mutations = local
789 write_transaction_info.Get().mutations;
791 mutations.Get().begin(); it != mutations.Get().end(); ++it) {
865 const syncable::ImmutableEntryKernelMutationMap& mutations = local
866 write_transaction_info.Get().mutations;
868 mutations.Get().begin(); it != mutations.Get().end(); ++it) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java233 int mutations = 0;
237 mutations++;
240 assertEquals(3, mutations);
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
H A Dsearch.js335 * Observes mutations and updates results accordingly.
341 var observer = new MutationObserver(function(mutations) {

Completed in 2436 milliseconds