Home
last modified time | relevance | path

Searched refs:NodeState (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dgeneric-algorithm.h45 typedef std::pair<Iterator, Iterator> NodeState; in Visit() typedef
46 typedef std::stack<NodeState, ZoneDeque<NodeState> > NodeStateStack; in Visit()
47 NodeStateStack stack((ZoneDeque<NodeState>(zone))); in Visit()
63 stack.push(NodeState(begin, end)); in Visit()
66 NodeState top = stack.top(); in Visit()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dnode_state.js21 cvox.NodeState;
Ddom_util_test.unitjs223 TEST_F('CvoxDomUtilUnitTest', 'NodeState', function() {
/external/chromium_org/v8/src/
Dglobal-handles.cc48 STATIC_ASSERT(static_cast<int>(NodeState::kMask) == in Node()
122 return NodeState::decode(flags_); in state()
125 flags_ = NodeState::update(flags_, state); in set_state()
280 class NodeState: public BitField<State, 0, 4> {}; class in v8::internal::GlobalHandles::Node
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js672 …unction(a){try{return a.map(function(a){if(1>a.length)throw Error("cvox.NodeState must have at lea…
DchromeVoxChromeOptionsScript.js704 …unction(a){try{return a.map(function(a){if(1>a.length)throw Error("cvox.NodeState must have at lea…
DchromeVoxChromeBackgroundScript.js651 …unction(a){try{return a.map(function(a){if(1>a.length)throw Error("cvox.NodeState must have at lea…