Searched refs:NodeState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dnode_state.js6 * @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');
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h45 typedef std::pair<Iterator, Iterator> NodeState; typedef
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/
H A Dglobal-handles.cc48 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> {}; class in class:v8::internal::GlobalHandles::Node

Completed in 75 milliseconds