HomeSort by relevance Sort by last modified time
    Searched refs:mutation (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.cpp 70 RefPtr<MutationRecord> mutation = prpMutation; local
75 observer->enqueueMutationRecord(mutation);
79 if (mutation->oldValue().isNull())
80 mutationWithNullOldValue = mutation;
82 mutationWithNullOldValue = MutationRecord::createWithNullOldValue(mutation).get();
MutationObserver.cpp 162 void MutationObserver::enqueueMutationRecord(PassRefPtr<MutationRecord> mutation)
165 m_records.append(mutation);
ContainerNode.cpp 93 ChildListMutationScope mutation(oldParent);
95 mutation.willRemoveChild(children[i].get());
106 // FIXME: We need a no mutation event version of adoptNode.
223 // If it is, it can be deleted as a side effect of sending mutation events.
256 // We need this extra check because collectChildrenAndRemoveFromOldParent() can fire mutation events.
262 ChildListMutationScope mutation(this);
266 // Due to arbitrary code running in response to a DOM mutation event it's
290 ASSERT(!newChild->parentNode()); // Use insertBefore if you need to handle reparenting (and want DOM mutation events).
338 // If it is, it can be deleted as a side effect of sending mutation events.
361 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);
197 var handleMutation = $Function.bind(function(mutation) {
198 this.handleAdviewAttributeMutation_(mutation);
214 var handleMutation = $Function.bind(function(mutation) {
215 this.handleAdviewCustomAttributeMutation_(mutation);
    [all...]
web_view.js 5 // Shim that simulates a <webview> tag via Mutation Observers.
307 var handleMutation = $Function.bind(function(mutation) {
308 this.handleWebviewAttributeMutation_(mutation);
322 var handleMutation = $Function.bind(function(mutation) {
323 this.handleBrowserPluginAttributeMutation_(mutation);
336 WebView.prototype.handleWebviewAttributeMutation_ = function(mutation) {
342 this.browserPluginNode_[mutation.attributeName] =
343 this.webviewNode_.getAttribute(mutation.attributeName);
349 WebView.prototype.handleBrowserPluginAttributeMutation_ = function(mutation) {
352 if (!this.browserPluginNode_.hasAttribute(mutation.attributeName))
    [all...]
  /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/remoting/webapp/
ui_mode.js 225 var mutation = mutations[i];
226 if (mutation.type == 'attributes' &&
227 mutation.attributeName == 'hidden') {
228 var node = mutation.target;
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 217 const syncable::EntryKernelMutation& mutation) const;
223 const syncable::EntryKernelMutation& mutation,
sync_manager_impl.cc 228 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.
    [all...]
  /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 1430 var mutation = [ variable
1473 var mutation = [ variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp     [all...]
  /external/chromium_org/third_party/polymer/
polymer.min.js     [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 

Completed in 451 milliseconds