Searched defs:AttributeNode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebNode.h78 AttributeNode = 2, enumerator in enum:blink::WebNode::NodeType
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMemoryView.py3 from ExprNodes import IntNode, NameNode, AttributeNode namespace
658 elif isinstance(axis.step, (NameNode, AttributeNode)):
834 # spec must be a NameNode or an AttributeNode
837 elif isinstance(spec, AttributeNode):
857 while isinstance(node, AttributeNode):
865 # must be at least 1 module name, o/w not an AttributeNode.
H A DNodes.py2248 cfunc = ExprNodes.AttributeNode(self.pos, obj=self_arg, attribute=self.entry.name)
2434 # decorator NameNode or CallNode or AttributeNode
4075 from ExprNodes import AttributeNode, NameNode namespace
4076 while isinstance(base, AttributeNode):
4785 # (it must be a NameNode, AttributeNode, or IndexNode).
H A DExprNodes.py5149 class AttributeNode(ExprNode): class in inherits:ExprNode
5503 #print "AttributeNode.calculate_result_code:", self.member ###
8744 operand = AttributeNode(pos=self.pos, obj=operand, attribute=attr)
8745 operand = AttributeNode(pos=self.pos, obj=operand, attribute=self.base_type.name)

Completed in 607 milliseconds