Searched refs:Node (Results 1 - 25 of 1070) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DEntityReference.idl20 interface EntityReference : Node {
H A DNodeTraversal.h38 Node* next(const Node*);
39 Node* next(const Node*, const Node* stayWithin);
40 Node* next(const ContainerNode*);
41 Node* next(const ContainerNode*, const Node* stayWithin);
42 Node* next(const Text*);
43 Node* nex
[all...]
H A DNodeRenderingTraversal.h37 ContainerNode* parent(const Node*);
38 Node* firstChild(const Node*);
39 Node* nextSibling(const Node*);
40 Node* previousSibling(const Node*);
42 Node* nextInScope(const Node*);
43 Node* previousInScop
[all...]
H A DNodeRenderingTraversal.cpp38 static Node* findFirstSiblingEnteringInsertionPoints(const Node*);
39 static Node* findFirstEnteringInsertionPoints(const Node*);
40 static Node* findFirstFromDistributedNode(const Node*, const InsertionPoint*);
41 static Node* findLastSiblingEnteringInsertionPoints(const Node*);
42 static Node* findLastEnteringInsertionPoints(const Node*);
[all...]
H A DTreeWalker.idl26 readonly attribute Node root;
30 [SetterRaisesException] attribute Node currentNode;
32 [CallWith=ScriptState] Node parentNode();
33 [CallWith=ScriptState] Node firstChild();
34 [CallWith=ScriptState] Node lastChild();
35 [CallWith=ScriptState] Node previousSibling();
36 [CallWith=ScriptState] Node nextSibling();
37 [CallWith=ScriptState] Node previousNode();
38 [CallWith=ScriptState] Node nextNode();
H A DTreeWalker.h40 static PassRefPtr<TreeWalker> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences)
45 Node* currentNode() const { return m_current.get(); }
46 void setCurrentNode(PassRefPtr<Node>, ExceptionCode&);
48 Node* parentNode(JSC::ExecState*);
49 Node* firstChild(JSC::ExecState*);
50 Node* lastChild(JSC::ExecState*);
51 Node* previousSibling(JSC::ExecState*);
52 Node* nextSibling(JSC::ExecState*);
53 Node* previousNode(JSC::ExecState*);
54 Node* nextNod
[all...]
H A DNodeFilterCondition.cpp32 short NodeFilterCondition::acceptNode(JSC::ExecState*, Node*) const
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DNode.h29 typedef struct __Node Node; typedef in typeref:struct:__Node
33 Node* node;
43 extern Node* Node_new(void);
44 extern void Node_ref(Node* node);
45 extern void Node_deref(Node* node);
46 extern void Node_appendChild(Node* node, Node* child);
47 extern void Node_removeChild(Node* node, Node* child);
48 extern void Node_replaceChild(Node* nod
[all...]
H A DNodeList.h29 #include "Node.h"
33 Node* parentNode;
36 extern NodeList* NodeList_new(Node* parentNode);
38 extern Node* NodeList_item(NodeList*, unsigned);
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathUtil.cpp37 bool isRootDomNode(Node* node)
42 String stringValue(Node* node)
45 case Node::ATTRIBUTE_NODE:
46 case Node::PROCESSING_INSTRUCTION_NODE:
47 case Node::COMMENT_NODE:
48 case Node::TEXT_NODE:
49 case Node::CDATA_SECTION_NODE:
50 case Node::XPATH_NAMESPACE_NODE:
59 bool isValidContextNode(Node* node)
64 case Node
[all...]
H A DXPathUtil.h35 class Node;
40 bool isRootDomNode(Node*);
43 String stringValue(Node*);
46 bool isValidContextNode(Node*);
/macosx-10.10/awk-20/src/
H A Dproto.h27 extern int constnode(Node *);
28 extern char *strnode(Node *);
29 extern Node *notnull(Node *);
44 extern void penter(Node *);
45 extern void freetr(Node *);
50 extern void cfoll(fa *, Node *);
51 extern int first(Node *);
52 extern void follow(Node *);
57 extern Node *repars
[all...]
H A Dparse.c32 Node *nodealloc(int n)
34 Node *x;
36 x = (Node *) malloc(sizeof(Node) + (n-1)*sizeof(Node *));
44 Node *exptostat(Node *a)
50 Node *node1(int a, Node *b)
52 Node *
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestNode.idl24 ] interface TestNode : Node {
/macosx-10.10/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.h11 Node *testNode;
26 Node *pTop, *pCurrent;
29 TidyNodeIter *newTidyNodeIter( Node *pStart );
39 Node *nextTidyNode( TidyNodeIter *pIter );
42 setCurrentNode( TidyNodeIter *pThis, Node *newCurr )
51 void setCurrentNode( TidyNodeIter *pThis, Node *newCurr );
/macosx-10.10/WTF-7600.1.24/wtf/
H A DSinglyLinkedList.h31 template <typename Node> class SinglyLinkedList {
37 void push(Node*);
38 Node* pop();
41 Node* m_head;
44 template <typename Node> inline SinglyLinkedList<Node>::SinglyLinkedList()
49 template <typename Node> inline bool SinglyLinkedList<Node>::isEmpty()
54 template <typename Node> inline void SinglyLinkedList<Node>
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dparser.h19 Bool TY_(CheckNodeIntegrity)(Node *node);
27 Bool TY_(IsNewNode)(Node *node);
29 void TY_(CoerceNode)(TidyDocImpl* doc, Node *node, TidyTagId tid, Bool obsolete, Bool expected);
32 Node *TY_(RemoveNode)(Node *node);
35 Node *TY_(DiscardElement)( TidyDocImpl* doc, Node *element);
39 void TY_(InsertNodeAtStart)(Node *element, Node *node);
43 void TY_(InsertNodeAtEnd)(Node *elemen
[all...]
H A Dclean.h16 void TY_(FixNodeLinks)(Node *node);
22 void TY_(AddStyleAsClass)( TidyDocImpl* doc, Node *node, ctmbstr stylevalue );
23 void TY_(AddStyleProperty)(TidyDocImpl* doc, Node *node, ctmbstr property );
28 void TY_(NestedEmphasis)( TidyDocImpl* doc, Node* node );
31 void TY_(EmFromI)( TidyDocImpl* doc, Node* node );
40 void TY_(List2BQ)( TidyDocImpl* doc, Node* node );
47 void TY_(BQ2Div)( TidyDocImpl* doc, Node* node );
50 void TY_(DropSections)( TidyDocImpl* doc, Node* node );
60 void TY_(CleanWord2000)( TidyDocImpl* doc, Node *node);
65 void TY_(BumpObject)( TidyDocImpl* doc, Node *htm
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h29 struct Node struct in class:IOFireWireLib::CoalesceTree
31 Node* left ;
32 Node* right ;
49 void DeleteNode(Node* inNode) ;
50 void CoalesceRange(const IOVirtualRange& inRange, Node* inNode) ;
51 const UInt32 GetCount(Node* inNode) const ;
52 void GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const ;
56 Node * mTop ;
/macosx-10.10/swig-12/Source/Modules/
H A Dswigmod.h60 virtual int emit_one(Node *n);
61 virtual int emit_children(Node *n);
62 virtual int defaultHandler(Node *n);
65 virtual int top(Node *n) = 0;
69 virtual int applyDirective(Node *n);
70 virtual int clearDirective(Node *n);
71 virtual int constantDirective(Node *n);
72 virtual int extendDirective(Node *n);
73 virtual int fragmentDirective(Node *n);
74 virtual int importDirective(Node *
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A Dhtmlediting.h41 class Node;
50 // Node
53 // Functions returning Node
55 Node* highestAncestor(Node*);
56 Node* highestEditableRoot(const Position&, EditableType = ContentIsEditable);
58 Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
59 EditingBoundaryCrossingRule = CannotCrossEditingBoundary, Node* stayWithin = 0);
60 Node* highestNodeToRemoveInPrunin
[all...]
H A DInsertNodeBeforeCommand.h35 static PassRefPtr<InsertNodeBeforeCommand> create(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore,
42 InsertNodeBeforeCommand(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
48 virtual void getNodesInCommand(HashSet<Node*>&) override;
51 RefPtr<Node> m_insertChild;
52 RefPtr<Node> m_refChild;
H A DSimplifyMarkupCommand.h35 static PassRefPtr<SimplifyMarkupCommand> create(Document& document, Node* firstNode, Node* nodeAfterLast)
41 SimplifyMarkupCommand(Document&, Node* firstNode, Node* nodeAfterLast);
44 int pruneSubsequentAncestorsToRemove(Vector<RefPtr<Node>>& nodesToRemove, size_t startNodeIndex);
46 RefPtr<Node> m_firstNode;
47 RefPtr<Node> m_nodeAfterLast;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorNodeFinder.h41 class Node;
46 void performSearch(Node*);
47 const ListHashSet<Node*>& results() const { return m_results; }
53 void searchUsingDOMTreeTraversal(Node*);
54 void searchUsingXPath(Node*);
55 void searchUsingCSSSelectors(Node*);
65 ListHashSet<Node*> m_results;
H A DDOMEditor.h42 class Node;
55 bool insertBefore(Node* parentNode, PassRefPtr<Node>, Node* anchorNode, ExceptionCode&);
56 bool removeChild(Node* parentNode, Node*, ExceptionCode&);
59 bool setOuterHTML(Node&, const String& html, Node** newNode, ExceptionCode&);
61 bool replaceChild(Node* parentNode, PassRefPtr<Node> newNod
[all...]

Completed in 333 milliseconds

1234567891011>>