HomeSort by relevance Sort by last modified time
    Searched full:nodetype (Results 1 - 25 of 571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 52 typedef T NodeType;
63 NodeType* next() const { return m_next; }
64 NodeType* previous() const { return m_previous; }
65 NodeType* parent() const { return m_parent; }
66 NodeType* firstChild() const { return m_firstChild; }
67 NodeType* lastChild() const { return m_lastChild; }
68 NodeType* here() const { return static_cast<NodeType*>(const_cast<TreeNode*>(this)); }
73 void insertBefore(NodeType* newChild, NodeType* refChild
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 29 private int nodetype; field in class:ExtendedType
38 * @param nodetype Type of the node
42 public ExtendedType (int nodetype, String namespace, String localName)
44 this.nodetype = nodetype;
47 this.hash = nodetype + namespace.hashCode() + localName.hashCode();
54 * @param nodetype Type of the node
59 public ExtendedType (int nodetype, String namespace, String localName, int hash)
61 this.nodetype = nodetype;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StaticNodeList.h 43 template <typename NodeType>
46 static PassRefPtrWillBeRawPtr<StaticNodeTypeList> adopt(WillBeHeapVector<RefPtrWillBeMember<NodeType> >& nodes);
56 virtual NodeType* item(unsigned index) const OVERRIDE;
63 return m_nodes.capacity() * sizeof(RefPtrWillBeMember<NodeType>);
66 WillBeHeapVector<RefPtrWillBeMember<NodeType> > m_nodes;
72 template <typename NodeType>
73 PassRefPtrWillBeRawPtr<StaticNodeTypeList<NodeType> > StaticNodeTypeList<NodeType>::adopt(WillBeHeapVector<RefPtrWillBeMember<NodeType> >& nodes)
75 RefPtrWillBeRawPtr<StaticNodeTypeList<NodeType> > nodeList = adoptRefWillBeNoop(new StaticNodeTypeList<NodeType>)
    [all...]
TreeShared.h 32 template<typename NodeType> class TreeShared;
33 template<typename NodeType> void adopted(TreeShared<NodeType>*);
36 template<typename NodeType> class TreeShared : public NoBaseWillBeGarbageCollectedFinalized<NodeType> {
77 NodeType* thisNode = static_cast<NodeType*>(this);
98 friend void adopted<>(TreeShared<NodeType>*);
105 template<typename NodeType> void adopted(TreeShared<NodeType>* object
    [all...]
ElementTraversal.h 98 template <class NodeType>
99 static ElementType* firstChildTemplate(NodeType&);
100 template <class NodeType>
101 static ElementType* lastChildTemplate(NodeType&);
102 template <class NodeType>
103 static ElementType* firstAncestorOrSelfTemplate(NodeType&);
104 template <class NodeType>
105 static ElementType* firstWithinTemplate(NodeType&);
106 template <class NodeType>
107 static ElementType* lastWithinTemplate(NodeType&)
    [all...]
CDATASection.h 39 virtual NodeType nodeType() const OVERRIDE;
43 DEFINE_NODE_TYPE_CASTS(CDATASection, nodeType() == Node::CDATA_SECTION_NODE);
Comment.h 39 virtual NodeType nodeType() const OVERRIDE;
43 DEFINE_NODE_TYPE_CASTS(Comment, nodeType() == Node::COMMENT_NODE);
NodeTraversal.h 78 template <class NodeType>
79 static Node* traverseNextTemplate(NodeType&);
80 template <class NodeType>
81 static Node* traverseNextTemplate(NodeType&, const Node* stayWithin);
82 template <class NodeType>
83 static Node* childAtTemplate(NodeType&, unsigned);
86 template <class NodeType>
87 inline Node* NodeTraversal::traverseNextTemplate(NodeType& current)
96 template <class NodeType>
97 inline Node* NodeTraversal::traverseNextTemplate(NodeType& current, const Node* stayWithin
    [all...]
DocumentFragment.h 48 virtual NodeType nodeType() const OVERRIDE FINAL;
50 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionItemsCache.h 41 template <typename Collection, typename NodeType>
42 class CollectionItemsCache : public CollectionIndexCache<Collection, NodeType> {
43 typedef CollectionIndexCache<Collection, NodeType> Base;
50 NodeType* nodeAt(const Collection&, unsigned index);
54 ptrdiff_t allocationSize() const { return m_cachedList.capacity() * sizeof(NodeType*); }
61 Vector<NodeType*> m_cachedList;
64 template <typename Collection, typename NodeType>
65 CollectionItemsCache<Collection, NodeType>::CollectionItemsCache()
70 template <typename Collection, typename NodeType>
71 CollectionItemsCache<Collection, NodeType>::~CollectionItemsCache(
    [all...]
CollectionIndexCache.h 37 template <typename Collection, typename NodeType>
61 NodeType* nodeAt(const Collection&, unsigned index);
71 ALWAYS_INLINE NodeType* cachedNode() const { return m_currentNode; }
73 ALWAYS_INLINE void setCachedNode(NodeType* node, unsigned index)
89 NodeType* nodeBeforeCachedNode(const Collection&, unsigned index);
90 NodeType* nodeAfterCachedNode(const Collection&, unsigned index);
92 RawPtrWillBeMember<NodeType> m_currentNode;
98 template <typename Collection, typename NodeType>
99 CollectionIndexCache<Collection, NodeType>::CollectionIndexCache()
107 template <typename Collection, typename NodeType>
    [all...]
  /external/chromium_org/ui/base/models/
tree_node_model.h 63 template <class NodeType>
74 virtual void Add(NodeType* node, int index) {
79 NodeType* parent = node->parent_;
82 node->parent_ = static_cast<NodeType*>(this);
88 virtual NodeType* Remove(NodeType* node) {
89 typename std::vector<NodeType*>::iterator i =
106 void SetChildren(const std::vector<NodeType*>& children) {
113 const NodeType* parent() const { return parent_; }
114 NodeType* parent() { return parent_;
    [all...]
tree_node_iterator.h 23 template <class NodeType>
26 typedef base::Callback<bool(NodeType*)> PruneCallback;
32 TreeNodeIterator(NodeType* node, const PruneCallback& prune)
45 positions_.push(Position<NodeType>(node, index));
48 explicit TreeNodeIterator(NodeType* node) {
50 positions_.push(Position<NodeType>(node, 0));
57 NodeType* Next() {
64 NodeType* result = positions_.top().node->GetChild(positions_.top().index);
70 positions_.push(Position<NodeType>(result, 0));
99 std::stack<Position<NodeType> > positions_
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 33 template<class NodeType>
35 NodeType, ptrdiff_t>
37 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super;
50 PointerIntPair<NodeType*, 2, enum ItMode> Node;
62 NodeType* getNode() const{ return Node.getPointer(); }
87 typedef RNSuccIterator<NodeType> Self;
92 inline RNSuccIterator(NodeType* node)
107 inline RNSuccIterator(NodeType* node, bool)
165 template<class NodeType>
166 class RNSuccIterator<FlatIt<NodeType> >
    [all...]
  /external/clang/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt NodeType;
32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
34 static inline ChildIteratorType child_begin(NodeType* N) {
39 static inline ChildIteratorType child_end(NodeType* N) {
55 typedef const clang::Stmt NodeType;
59 static NodeType* getEntryNode(const clang::Stmt* S) { return S; }
61 static inline ChildIteratorType child_begin(NodeType* N) {
66 static inline ChildIteratorType child_end(NodeType* N) {
  /external/chromium_org/ui/views/examples/
tree_view_example.cc 22 model_(new NodeType(ASCIIToUTF16("root"), 1)) {
33 NodeType* colors_node = new NodeType(ASCIIToUTF16("colors"), 1);
35 colors_node->Add(new NodeType(ASCIIToUTF16("red"), 1), 0);
36 colors_node->Add(new NodeType(ASCIIToUTF16("green"), 1), 1);
37 colors_node->Add(new NodeType(ASCIIToUTF16("blue"), 1), 2);
39 NodeType* sheep_node = new NodeType(ASCIIToUTF16("sheep"), 1);
41 sheep_node->Add(new NodeType(ASCIIToUTF16("Sheep 1"), 1), 0);
42 sheep_node->Add(new NodeType(ASCIIToUTF16("Sheep 2"), 1), 1)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 32 - (CocoaCookieDetailsType)nodeType {
59 return [self nodeType] != kCocoaCookieDetailsTypeFolder;
64 @"<CocoaCookieTreeNode @ %p (title=%@, nodeType=%d, childCount=%u)";
66 [self nodeType], [[self children] count]];
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 16 * @fileoverview Definition of goog.dom.NodeType.
19 goog.provide('goog.dom.NodeType');
23 * Constants for the nodeType attribute in the Node interface.
35 goog.dom.NodeType = {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/
node-type.html 11 localBody.nodeType;
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 34 unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT,
35 typename GraphT::NodeType* V, unsigned N) {
56 SmallVector<std::pair<typename GraphT::NodeType*,
60 typename GraphT::NodeType* BB = Worklist.back().first;
63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo =
93 typename GraphT::NodeType* Succ = *NextSucc;
95 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &SuccVInfo =
107 typename GraphT::NodeType*
108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT,
109 typename GraphT::NodeType *VIn, unsigned LastLinked)
    [all...]
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 58 template<typename NodeType>
59 bool insertEdge(NodeType *From, NodeType *To) {
64 template<typename NodeType>
65 void finishPostorder(NodeType *BB) {}
79 template<class NodeType>
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); }
83 template<class NodeType>
84 void finishPostorder(NodeType *BB) {
    [all...]
GraphTraits.h 30 // typedef NodeType - Type of Node in the graph
33 // static NodeType *getEntryNode(const GraphType &)
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
60 typedef typename GraphType::UnknownGraphTypeError NodeType;
88 typedef typename GraphTraits<T>::NodeType NodeType;
91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) {
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N)
    [all...]
SCCIterator.h 43 const std::vector<typename GT::NodeType *>, ptrdiff_t> {
44 typedef typename GT::NodeType NodeType;
46 typedef std::vector<NodeType *> SccTy;
51 NodeType *Node; ///< The current node pointer.
55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min)
70 DenseMap<NodeType *, unsigned> nodeVisitNumbers;
73 std::vector<NodeType *> SCCNodeStack;
83 void DFSVisitOne(NodeType *N);
91 scc_iterator(NodeType *entryN) : visitNum(0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 33 static const QualifiedName& nodeTypeToTagName(VTTNodeType nodeType)
43 switch (nodeType) {
67 VTTElement::VTTElement(VTTNodeType nodeType, Document* document)
68 : Element(nodeTypeToTagName(nodeType), document, CreateElement)
70 , m_webVTTNodeType(nodeType)
74 PassRefPtrWillBeRawPtr<VTTElement> VTTElement::create(VTTNodeType nodeType, Document* document)
76 return adoptRefWillBeNoop(new VTTElement(nodeType, document));
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 199 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
203 template <typename NodeType> \
204 class matcher_##DefineMatcher##Matcher : public MatcherInterface<NodeType> { \
206 bool matches(const NodeType &Node, ASTMatchFinder *Finder, \
216 template <typename NodeType> \
217 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
218 const NodeType &Node, ASTMatchFinder *Finder, \
226 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
227 /// of the matcher Matcher<NodeType> returned by the function matcher().
238 template <typename NodeType, typename ParamT>
    [all...]

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>