Searched refs:nodeType (Results 1 - 25 of 182) sorted by relevance

12345678

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTreeNode.h46 ScrollingNodeType nodeType() const { return m_nodeType; } function in class:WebCore::ScrollingTreeNode
49 bool isFixedNode() const { return nodeType() == FixedNode; }
50 bool isStickyNode() const { return nodeType() == StickyNode; }
51 bool isScrollingNode() const { return nodeType() == FrameScrollingNode || nodeType() == OverflowScrollingNode; }
52 bool isFrameScrollingNode() const { return nodeType() == FrameScrollingNode; }
53 bool isOverflowScrollingNode() const { return nodeType() == OverflowScrollingNode; }
H A DScrollingTreeNode.cpp35 ScrollingTreeNode::ScrollingTreeNode(ScrollingTree& scrollingTree, ScrollingNodeType nodeType, ScrollingNodeID nodeID) argument
37 , m_nodeType(nodeType)
H A DScrollingStateNode.cpp39 ScrollingStateNode::ScrollingStateNode(ScrollingNodeType nodeType, ScrollingStateTree& scrollingStateTree, ScrollingNodeID nodeID) argument
40 : m_nodeType(nodeType)
51 : m_nodeType(stateNode.nodeType())
/macosx-10.10/WebCore-7600.1.25/dom/
H A DCDATASection.h38 virtual NodeType nodeType() const override;
44 inline bool isCDATASection(const Node& node) { return node.nodeType() == Node::CDATA_SECTION_NODE; }
H A DComment.h39 virtual NodeType nodeType() const override;
44 inline bool isComment(const Node& node) { return node.nodeType() == Node::COMMENT_NODE; }
H A DEntityReference.cpp44 Node::NodeType EntityReference::nodeType() const function in class:WebCore::EntityReference
H A DEntityReference.h37 virtual NodeType nodeType() const override;
H A DTraversal.cpp47 if (!(((1 << (node->nodeType() - 1)) & m_whatToShow)))
H A DCDATASection.cpp44 Node::NodeType CDATASection::nodeType() const function in class:WebCore::CDATASection
H A DComment.cpp49 Node::NodeType Comment::nodeType() const function in class:WebCore::Comment
H A DDocumentType.cpp49 Node::NodeType DocumentType::nodeType() const function in class:WebCore::DocumentType
H A DDocumentType.h54 virtual NodeType nodeType() const override;
65 return node.nodeType() == Node::DOCUMENT_TYPE_NODE;
H A DDocumentFragment.h50 virtual NodeType nodeType() const override;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeMac.cpp47 PassRefPtr<ScrollingTreeNode> ScrollingTreeMac::createScrollingTreeNode(ScrollingNodeType nodeType, ScrollingNodeID nodeID) argument
49 switch (nodeType) {
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTElement.cpp37 static const QualifiedName& nodeTypeToTagName(WebVTTNodeType nodeType) argument
47 switch (nodeType) {
71 WebVTTElement::WebVTTElement(WebVTTNodeType nodeType, Document& document) argument
72 : Element(nodeTypeToTagName(nodeType), document, CreateElement)
74 , m_webVTTNodeType(nodeType)
78 PassRefPtr<WebVTTElement> WebVTTElement::create(WebVTTNodeType nodeType, Document& document) argument
80 return adoptRef(new WebVTTElement(nodeType, document));
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathUtil.cpp44 switch (node->nodeType()) {
63 switch (node->nodeType()) {
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DNode.h39 const char* nodeType; member in struct:__Node
/macosx-10.10/libxml2-26/libxml2/python/
H A Ddrv_libxml2.py179 nodeType = reader.NodeType()
181 if nodeType == 1:
227 elif nodeType == 15:
237 elif nodeType == 3:
240 elif nodeType == 13:
243 elif nodeType == 14:
246 elif nodeType == 4:
253 elif nodeType == 5:
258 elif nodeType == 16:
262 elif nodeType
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Ddrv_libxml2.py179 nodeType = reader.NodeType()
181 if nodeType == 1:
227 elif nodeType == 15:
237 elif nodeType == 3:
240 elif nodeType == 13:
243 elif nodeType == 14:
246 elif nodeType == 4:
253 elif nodeType == 5:
258 elif nodeType == 16:
262 elif nodeType
[all...]
/macosx-10.10/WebCore-7600.1.25/page/scrolling/coordinatedgraphics/
H A DScrollingCoordinatorCoordinatedGraphics.cpp56 ScrollingNodeID ScrollingCoordinatorCoordinatedGraphics::attachToStateTree(ScrollingNodeType nodeType, ScrollingNodeID newNodeID, ScrollingNodeID parentID) argument
58 return m_scrollingStateTree->attachNode(nodeType, newNodeID, parentID);
64 if (node && node->nodeType() == FixedNode)
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddommap.tcl40 # -nodeType regexp
62 catch {set match [expr $match && [regexp $opts(-nodeType) [::dom::node cget $node -nodeType]]]}
65 if {$match && ![string compare [::dom::node cget $node -nodeType] element]} {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMSearchMatchObject.js84 switch (this._domNode.nodeType()) {
101 console.error("Unknown DOM node type: ", node.nodeType());
109 switch (domNode.nodeType()) {
145 console.error("Unknown DOM node type: ", domNode.nodeType());
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Dcgi2dom.tcl37 switch [dom::node cget $node -nodeType] {
/macosx-10.10/WebCore-7600.1.25/page/scrolling/ios/
H A DScrollingTreeIOS.cpp96 PassRefPtr<ScrollingTreeNode> ScrollingTreeIOS::createScrollingTreeNode(ScrollingNodeType nodeType, ScrollingNodeID nodeID) argument
98 switch (nodeType) {
/macosx-10.10/swig-12/Source/CParse/
H A Dtempl.c53 String *nodeType; local
56 nodeType = nodeType(n);
60 if (Equal(nodeType, "template")) {
77 } else if (Equal(nodeType, "cdecl")) {
102 } else if (Equal(nodeType, "class")) {
127 } else if (Equal(nodeType, "constructor")) {
168 } else if (Equal(nodeType, "destructor")) {
188 } else if (Equal(nodeType, "using")) {
495 String *nodeType local
604 String *nodeType = nodeType(n); local
636 String *nodeType = nodeType(n); local
[all...]

Completed in 125 milliseconds

12345678