hasSimpleContent  810 core/AvmCore.cpp 					if ((((x->getClass() & (E4XNode::kText | E4XNode::kCDATA | E4XNode::kAttribute))) && y->hasSimpleContent()) ||
hasSimpleContent  811 core/AvmCore.cpp 						(((y->getClass() & (E4XNode::kText | E4XNode::kCDATA | E4XNode::kAttribute))) && x->hasSimpleContent()))
hasSimpleContent  858 core/AvmCore.cpp 			if (((ltype == kObjectType) && isXML(lhs) && atomToXMLObject(lhs)->hasSimpleContent()) || 
hasSimpleContent  859 core/AvmCore.cpp 				((rtype == kObjectType) && isXML(rhs) && atomToXMLObject(rhs)->hasSimpleContent()))
hasSimpleContent  200 core/E4XNode.h  		bool hasSimpleContent() const;
hasSimpleContent 1085 core/XMLListObject.cpp 			return _getNodeAt(0)->hasSimpleContent();
hasSimpleContent 1220 core/XMLListObject.cpp 		if (hasSimpleContent ())
hasSimpleContent  220 core/XMLListObject.h 		inline bool hasSimpleContent () { return AS3_hasSimpleContent (); }
hasSimpleContent  431 core/XMLObject.cpp 				(hasSimpleContent()))
hasSimpleContent 1724 core/XMLObject.cpp 		return m_node->hasSimpleContent();
hasSimpleContent 2450 core/XMLObject.cpp 		if (hasSimpleContent())
hasSimpleContent  226 core/XMLObject.h 		inline bool hasSimpleContent () { return AS3_hasSimpleContent (); }