/external/chromium_org/sync/syncable/ |
write_transaction_info.cc | 16 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);
|
write_transaction_info.h | 19 ImmutableEntryKernelMutationMap mutations); 31 ImmutableEntryKernelMutationMap mutations; member in struct:syncer::syncable::WriteTransactionInfo
|
syncable_write_transaction.h | 45 void UnlockAndNotify(const ImmutableEntryKernelMutationMap& mutations); 48 const ImmutableEntryKernelMutationMap& mutations);
|
syncable_write_transaction.cc | 69 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 150 directory()->CheckInvariantsOnTransactionClose(this, mutations.Get()); 159 UnlockAndNotify(mutations);
|
entry_kernel.cc | 198 const EntryKernelMutationMap& mutations) { 200 for (EntryKernelMutationMap::const_iterator it = mutations.begin(); 201 it != mutations.end(); ++it) {
|
entry_kernel.h | 353 const EntryKernelMutationMap& mutations);
|
directory.h | 343 const EntryKernelMutationMap& mutations);
|
directory.cc | 960 const EntryKernelMutationMap& mutations) [all...] |
/external/chromium_org/sync/test/ |
null_directory_change_delegate.cc | 17 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/pyautolib/ |
dom_mutation_observer.js | 37 * 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.length; j++) [all...] |
/external/chromium_org/chrome/test/functional/ispy/ispy_core/ |
wait_on_ajax.js | 12 var observer = new MutationObserver(function(mutations) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8MutationCallback.cpp | 49 void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations, MutationObserver* observer) 77 v8::Handle<v8::Value> argv[] = { v8Array(mutations, m_isolate), observerHandle };
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 18 var documentObserver = new MutationObserver(function(mutations) { 19 $Array.forEach(mutations, function(mutation) {
|
ad_view.js | 200 var observer = new MutationObserver(function(mutations) { 201 $Array.forEach(mutations, handleMutation); 217 var observer = new MutationObserver(function(mutations) { 218 $Array.forEach(mutations, handleMutation); 234 var objectObserver = new MutationObserver(function(mutations) { 235 $Array.forEach(mutations, handleMutation); 305 // This observer monitors mutations to attributes of the <adview> and 331 // This observer monitors mutations to attributes of the BrowserPlugin and
|
web_view.js | 310 var observer = new MutationObserver(function(mutations) { 311 $Array.forEach(mutations, handleMutation); 325 var objectObserver = new MutationObserver(function(mutations) { 326 $Array.forEach(mutations, handleMutation); 337 // This observer monitors mutations to attributes of the <webview> and 350 // This observer monitors mutations to attributes of the BrowserPlugin and
|
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 214 * @param {Array.<MutationRecord>} mutations The set of mutations affecting 217 function confineOrRestoreFocus_(mutations) { 218 // The list of mutations can include duplicates, so reduce it to a canonical 224 for (var i = 0; i < mutations.length; ++i) { 225 var mutation = mutations[i];
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.cc | 786 const syncable::ImmutableEntryKernelMutationMap& mutations = local 787 write_transaction_info.Get().mutations; 789 mutations.Get().begin(); it != mutations.Get().end(); ++it) { 863 const syncable::ImmutableEntryKernelMutationMap& mutations = local 864 write_transaction_info.Get().mutations; 866 mutations.Get().begin(); it != mutations.Get().end(); ++it) { [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ConcurrentHashMultisetTest.java | 233 int mutations = 0; local 237 mutations++; 240 assertEquals(3, mutations);
|
/external/chromium_org/third_party/polymer/ |
polymer.min.js | [all...] |