/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationObserverInterestGroup.cpp | 68 RefPtr<MutationRecord> mutation = prpMutation; local 73 observer->enqueueMutationRecord(mutation); 77 if (mutation->oldValue().isNull()) 78 mutationWithNullOldValue = mutation; 80 mutationWithNullOldValue = MutationRecord::createWithNullOldValue(mutation).get();
|
MutationObserver.cpp | 180 void MutationObserver::enqueueMutationRecord(PassRefPtr<MutationRecord> mutation) 183 m_records.append(mutation);
|
ContainerNode.cpp | 171 // If it is, it can be deleted as a side effect of sending mutation events. 205 // We need this extra check because collectChildrenAndRemoveFromOldParent() can fire mutation events. 211 ChildListMutationScope mutation(*this); 216 // Due to arbitrary code running in response to a DOM mutation event it's 239 ASSERT(!newChild.parentNode()); // Use insertBefore if you need to handle reparenting (and want DOM mutation events). 287 // If it is, it can be deleted as a side effect of sending mutation events. 310 ChildListMutationScope mutation(*this); 343 // Due to arbitrary code running in response to a DOM mutation event it's 375 document().nodeWillBeRemoved(child); // e.g. mutation event listener can create a new range. 384 ChildListMutationScope mutation(*this) [all...] |
Node.cpp | [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 19 $Array.forEach(mutations, function(mutation) { 20 $Array.forEach(mutation.addedNodes, function(addedNode) { 32 // Expose a function to watch the |tagName| introduction via mutation observer. 34 // We employee mutation observer to watch on any introduction of |tagName| 37 // Think carefully about when to call this. On one hand, mutation observer
|
ad_view.js | 5 // Shim that simulates a <adview> tag via Mutation Observers. 37 * onMutation(adview, mutation): callback invoked when attribute is mutated. 43 onMutation: function(adview, mutation) { 44 adview.handleAdNetworkMutation(mutation); 52 onMutation: function(adview, mutation) { 53 adview.handleSrcMutation(mutation); 190 var handleMutation = $Function.bind(function(mutation) { 191 this.handleAdviewAttributeMutation_(mutation); 207 var handleMutation = $Function.bind(function(mutation) { 208 this.handleAdviewCustomAttributeMutation_(mutation); [all...] |
web_view.js | 5 // Shim that simulates a <webview> tag via Mutation Observers. 399 // The purpose of this mutation observer is to catch assignment to the src 405 $Array.forEach(mutations, function(mutation) { 406 var oldValue = mutation.oldValue; 407 var newValue = self.webviewNode_.getAttribute(mutation.attributeName); 412 mutation.attributeName, oldValue, newValue); 451 // Don't allow the src mutation observer to see this change. 474 // Note: Calling setAttribute on <webview> will trigger its mutation
|
/external/chromium_org/sync/syncable/ |
entry_kernel.cc | 208 const EntryKernelMutation& mutation) { 210 dict->Set("original", mutation.original.ToValue(NULL)); 211 dict->Set("mutated", mutation.mutated.ToValue(NULL));
|
entry_kernel.h | 349 const EntryKernelMutation& mutation);
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 221 const syncable::EntryKernelMutation& mutation) const; 227 const syncable::EntryKernelMutation& mutation,
|
sync_manager_impl.cc | 229 const syncable::EntryKernelMutation& mutation) const { 230 const syncable::EntryKernel& a = mutation.original; 231 const syncable::EntryKernel& b = mutation.mutated; 242 const syncable::EntryKernelMutation& mutation, 244 const syncable::EntryKernel& a = mutation.original; 245 const syncable::EntryKernel& b = mutation.mutated; 268 if (VisiblePositionsDiffer(mutation)) 803 // Found real mutation. [all...] |
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 233 var mutation = mutations[i]; 234 if (mutation.type == 'attributes' && 235 mutation.attributeName == 'hidden') { 236 var node = mutation.target;
|
/external/guava/guava/src/com/google/common/collect/ |
BstOperations.java | 56 * Returns the result of performing the mutation specified by {@code mutationRule} in {@code 63 * the tree will be rebuilt with the node factory of the mutation rule, but not rebalanced. 65 * the tree will be rebalanced using the balance policy of the mutation rule. 78 BstMutationResult<K, N> mutation = local 80 return mutation.lift( 88 * Perform the local mutation at the tip of the specified path. 110 * Perform the local mutation right here, at the specified node.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | 1684 var mutation = [ variable 1727 var mutation = [ variable [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
markup.cpp | [all...] |
/external/chromium_org/v8/src/ |
object-observe.js | 34 // and, as a side effect of mutation objects which are observed. The V8 runtime
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | 998 * previously mutated using {@code goog.getUid} in which case the mutation is [all...] |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |
lint.jar | |
lint_api.jar | |
lint_checks.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/ |
gradle-tooling-api-1.6-rc-1.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/ |
gradle-tooling-api-1.7.jar | |