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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 6 * @fileoverview The cvox.NodeState typedef.
9 goog.provide('cvox.NodeState');
21 cvox.NodeState;
24 * Returns a localized, readable string with the NodeState.
26 * NOTE(deboer): Once AriaUtil and DomUtil are using NodeState exclusively, this
30 * @param {cvox.NodeState} state The node state.
37 throw new Error('cvox.NodeState must have at least one entry');
aria_util.js 14 goog.require('cvox.NodeState');
373 * @return {cvox.NodeState} The status information about the node.
539 * @return {cvox.NodeState} The status information about the node.
553 return /** @type {cvox.NodeState} */ (
dom_util.js 18 goog.require('cvox.NodeState');
    [all...]
  /external/chromium_org/v8/src/compiler/
generic-algorithm.h 45 typedef std::pair<Iterator, Iterator> NodeState;
46 typedef std::stack<NodeState, ZoneDeque<NodeState> > NodeStateStack;
47 NodeStateStack stack((ZoneDeque<NodeState>(zone)));
63 stack.push(NodeState(begin, end));
66 NodeState top = stack.top();
  /external/chromium_org/v8/src/
global-handles.cc 48 STATIC_ASSERT(static_cast<int>(NodeState::kMask) ==
122 return NodeState::decode(flags_);
125 flags_ = NodeState::update(flags_, state);
280 class NodeState: public BitField<State, 0, 4> {};
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 448 milliseconds