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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.h 72 Subtree = 1 << 3,
MutationObserverRegistration.h 56 bool isSubtree() const { return m_options & MutationObserver::Subtree; }
MutationObserver.cpp 119 if (optionsDictionary.get("subtree", subtreeValue) && subtreeValue)
120 options |= Subtree;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 62 * Amount of time in ms to wait before considering a subtree modified event to
63 * be the start of a new burst of subtree modified events.
72 * Number of subtree modified events that are part of the same burst to process
250 * The time when the last burst of subtree modified events started
257 * The number of subtree modified events in the current burst.
433 subtree: true,
939 * Watches for DOM subtree modified events.
988 * Handles DOM subtree modified events passed to it from the events queue.
994 // Subtree modified events can happen in bursts. If several events happen a
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 165 /// Given the root of the subtree created for this rule, post process
276 /// Get the token start index for this subtree; return -1 if no such index
281 /// Get the token stop index for this subtree; return -1 if no such index
794 /// an existing subtree.
    [all...]

Completed in 207 milliseconds