/external/webkit/WebCore/dom/ |
DocumentType.cpp | 33 : Node(document, CreateOther) 50 Node::NodeType DocumentType::nodeType() const 55 PassRefPtr<Node> DocumentType::cloneNode(bool /*deep*/) 62 // Our document node can be null if we were created by a DOMImplementation. We use the parent() instead. 69 Node::insertedIntoDocument(); 76 Node::removedFromDocument();
|
MutationEvent.h | 28 #include "Node.h" 45 static PassRefPtr<MutationEvent> create(const AtomicString& type, bool canBubble, PassRefPtr<Node> relatedNode = 0, 51 void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, 55 Node* relatedNode() const { return m_relatedNode.get(); } 65 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, 69 RefPtr<Node> m_relatedNode;
|
/external/webkit/WebCore/editing/ |
MergeIdenticalElementsCommand.cpp | 52 Vector<RefPtr<Node> > children; 53 for (Node* child = m_element1->firstChild(); child; child = child->nextSibling()) 68 RefPtr<Node> atChild = m_atChild.release(); 70 Node* parent = m_element2->parent(); 80 Vector<RefPtr<Node> > children; 81 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling())
|
/external/webkit/WebCore/inspector/front-end/ |
PropertiesSidebarPane.js | 35 update: function(node) 39 if (!node) { 53 var prototype = new WebInspector.ObjectProxy(node.injectedScriptId, node.id, [], i); 59 InjectedScriptAccess.get(node.injectedScriptId).getPrototypes(node.id, callback);
|
/external/webkit/WebCore/svg/ |
SVGUseElement.h | 66 static void removeDisallowedElementsFromSubtree(Node* element); 67 SVGElementInstance* instanceForShadowTreeElement(Node* element) const; 98 void expandUseElementsInShadowTree(SVGShadowTreeRootElement*, Node* element); 99 void expandSymbolElementsInShadowTree(SVGShadowTreeRootElement*, Node* element); 103 void associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance); 104 SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;
|
/external/webkit/WebCore/accessibility/ |
AXObjectCache.cpp | 120 // get the focused node in the page 122 Node* focusedNode = focusedDocument->focusedNode(); 162 bool AXObjectCache::nodeIsAriaType(Node* node, String role) 164 if (!node || !node->isElementNode()) 167 return equalIgnoringCase(static_cast<Element*>(node)->getAttribute(roleAttr), role); 178 Node* node = renderer->node(); local [all...] |
/external/webkit/WebCore/html/ |
HTMLParser.cpp | 79 HTMLStackElem(const AtomicString& t, int lvl, Node* n, bool r, HTMLStackElem* nx) 83 , node(n) 92 node->deref(); 98 Node* node; member in struct:WebCore::HTMLStackElem 200 void HTMLParser::setCurrent(Node* newCurrent) 211 inline static int tagPriorityOfNode(Node* n) 224 inline bool HTMLParser::insertNodeAfterLimitBlockDepth(Node* n, bool flat) 230 PassRefPtr<Node> HTMLParser::parseToken(Token* t) 262 RefPtr<Node> n 601 Node* node = m_current; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 40 * Table of element keys, keyed by document node. An instance of this 41 * class is keyed by a Document node that should be matched with the 109 * Given a valid element key, return the corresponding node list. 113 * @return a set of nodes referenced by the key named <CODE>name</CODE> and the reference <CODE>ref</CODE>. If no node is referenced by this key, an empty node set is returned. 119 // clone wiht reset the node set 138 // Root cannot be set on non-iterated node sets. Ignore it. 233 * Add an association between a ref and a node in the m_refsTable. 236 * @param ref the value of the use clause of the current key for the given node 237 * @param node the node to referenc [all...] |
MsgMgr.java | 29 import org.w3c.dom.Node; 115 * @param styleNode Stylesheet node 116 * @param sourceNode Source tree node 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) 133 * @param styleNode Stylesheet node 134 * @param sourceNode Source tree node 143 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) 269 * @param styleNode Stylesheet node [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
IsSupported.java | 12 import org.w3c.dom.Node; 22 * Retrieve the root node of the DOM document by invoking the 23 * "getDocumentElement()" method. This should create a node object on which the 31 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports</a> 71 Node rootNode; 86 Node rootNode; 101 Node rootNode; 116 Node rootNode; 131 Node rootNode [all...] |
Prefix.java | 29 import org.w3c.dom.Node; 39 * The "getPrefix()" method for a Node returns the namespace prefix of the node, 44 * "getPrefix()" method on the newly created element node will cause "null" to 52 @TestTargetClass(Node.class) 90 Node createdNode; 106 Node testEmployee; 107 Node textNode; 126 Node testEmployee; 144 Node testEmployee [all...] |
/external/iptables/ |
iptables.xslt | 21 <xsl:apply-templates select="node()"/> 61 <xsl:apply-templates select="node()"/> 67 <xsl:call-template name="counters"><xsl:with-param name="node" select="."/></xsl:call-template> 80 <!-- and a for-each to re-select the rule as the current node, to write the rule-head --> 109 <xsl:call-template name="counters"><xsl:with-param name="node" select="."/></xsl:call-template> 113 <xsl:apply-templates select="node()"/> 118 <xsl:param name="$node"/> 120 <xsl:if test="string-length($node/@packet-count)"><xsl:value-of select="$node/@packet-count"/></xsl:if> 121 <xsl:if test="string-length($node/@packet-count)=0">0</xsl:if [all...] |
/external/srec/seti/sltsEngine/src/ |
linklist_impl.c | 34 2. each node is marked "used" when allocated; marked "unused" when deallocated 43 LNode node; member in struct:LNodeAllocElement 56 n = &(g_LNodeAllocArray[i].node); 71 /* zero out the node first*/ 72 (g_LNodeAllocArray[i].node).data = NULL; 73 (g_LNodeAllocArray[i].node).prev = NULL; 74 (g_LNodeAllocArray[i].node).next = NULL; 76 return &(g_LNodeAllocArray[i].node); 90 addr = (long) (&(g_LNodeAllocArray[i].node)); 118 At return, current element will be point to newly created node [all...] |
/external/webkit/JavaScriptCore/profiler/ |
ProfileNode.cpp | 120 ProfileNode* ProfileNode::findChild(ProfileNode* node) const 122 if (!node) 126 if (*node == m_children[i].get()) 133 void ProfileNode::removeChild(ProfileNode* node) 135 if (!node) 139 if (*node == m_children[i].get()) { 150 RefPtr<ProfileNode> node = prpNode; local 153 node->addChild(m_children[i].release()); 156 m_children.append(node.release()); 209 void ProfileNode::setTreeVisible(ProfileNode* node, bool visible [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
ViewElementDescriptor.java | 25 * {@link ViewElementDescriptor} describes the properties expected for a given XML element node 62 * @param xml_name The XML element node name. Case sensitive. 71 * @param mandatory Whether this node must always exist (even for empty models). A mandatory 72 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory 73 * UI node MUST have an XML node attached and it will cease to exist when the XML node 92 * @param xml_name The XML element node name. Case sensitive. 96 * @param mandatory Whether this node must always exist (even for empty models). A mandator [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
AttList.java | 25 import org.w3c.dom.Node; 39 /** Index of last attribute node */ 131 * Get the attribute's node type by index 136 * @return the attribute's node type 144 * Get the attribute's node value by index 149 * @return the attribute's node value 157 * Get the attribute's node type by name 162 * @return the attribute's node type 188 * @param name The attribute node's name 190 * @return The attribute node's valu [all...] |
/external/libxml2/include/libxml/ |
xlink.h | 59 * @node: the node to check 64 typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node); 74 * @node: the node carrying the link 83 xmlNodePtr node, 91 * @node: the node carrying the link 108 xmlNodePtr node, 124 * @node: the node carrying the lin [all...] |
/external/v8/src/ |
prettyprinter.h | 43 // The following routines print a node into a string. 45 const char* Print(AstNode* node); 51 // Print a node to stdout. 52 static void PrintOut(AstNode* node); 55 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); 88 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); 94 void PrintIndentedVisit(const char* s, AstNode* node); 147 // The builder maintains a stack of opened AST node constructors. 148 // Each node constructor corresponds to a JsonML tag. 153 // of current AST node or NULL if the attributes are not opened [all...] |
/external/webkit/JavaScriptCore/wtf/ |
AVLTree.h | 188 // Key can be greater than key of starting node. 191 // Key can be less than key of starting node. 194 // Key must be same as key of starting node. 201 // Equal node was sought and found as starting node. 325 // take greater branch from the nth node in the path, otherwise 333 // Handles of nodes in path from root to current node (returned by *). 352 // less from the node at depth N, if true branch greater. 356 // greater subtree has one more node than it's less subtree. 359 // Depth of root node of current subtree [all...] |
TCPageMap.h | 111 // Leaf node 145 // Make 2nd level node if necessary 153 // Advance key past whatever is covered by this leaf node 200 // Interior node 201 struct Node { 202 Node* ptrs[INTERIOR_LENGTH]; 205 // Leaf node 210 Node* root_; // Root of radix tree 213 Node* NewNode() { 214 Node* result = reinterpret_cast<Node*>((*allocator_)(sizeof(Node))) [all...] |
/external/webkit/WebKit/chromium/src/ |
WebNode.cpp | 37 #include "Node.h" 57 class WebNodePrivate : public Node { 80 return PassRefPtr<Node>(const_cast<Node*>(m_private->parentNode())); 100 WebNode::WebNode(const PassRefPtr<Node>& node) 101 : m_private(static_cast<WebNodePrivate*>(node.releaseRef())) 105 WebNode& WebNode::operator=(const PassRefPtr<Node>& node) 107 assign(static_cast<WebNodePrivate*>(node.releaseRef())) [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebRenderNode.mm | 74 WebRenderNode *node = [[WebRenderNode alloc] _initWithCoreFrame:coreFrame]; 75 [collectChildren addObject:node]; 76 [node release]; 85 static WebRenderNode *copyRenderNode(RenderObject* node) 88 for (RenderObject* child = node->firstChild(); child; child = child->nextSibling()) { 94 NSString *name = [[NSString alloc] initWithUTF8String:node->renderName()]; 96 RenderWidget* renderWidget = node->isWidget() ? toRenderWidget(node) : 0; 102 FloatPoint absPos = node->localToAbsolute(FloatPoint()); 107 if (node->isBox()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
INode.java | 25 * Each view or layout maps to exactly one XML node, thus the name. 27 * The primordial characteristic of a node is the fully qualified View class name that 39 * Returns the bounds of this node. 41 * The bounds are valid when this node maps a view that is already rendered. 42 * Typically, if the node is the target of a drag'n'drop operation then you can be 57 * Returns the parent node of this node, corresponding to the parent view in the layout. 58 * The returned parent can be null when the node is the root element, or when the node is 84 * Creates a new XML element as a child of this node's XML element [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
ElementImpl.java | 23 import org.w3c.dom.Node; 165 for (NodeImpl node : children) { 166 if (node.getNodeType() == Node.ELEMENT_NODE) { 167 Element element = ((ElementImpl) node).getElementById(name); 188 for (NodeImpl node : children) { 189 if (node.getNodeType() == Node.ELEMENT_NODE) { 190 ((ElementImpl) node).getElementsByTagName(list, name); 207 for (NodeImpl node : children) [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSessionBuilder.java | 33 import org.w3c.dom.Node; 115 Node deviceConfigNode = doc.getElementsByTagName( 154 Node pNode = packageList.item(i); 197 Node pNode = mDocBuilder.parse(packageConfigFile).getDocumentElement(); 204 * @param pkgNode the test package node in the XML file 208 public TestPackage loadPackage(final Node pkgNode, ArrayList<String> excludedList) 249 Node sNode = suiteList.item(i); 342 * Load TestSuite via suite node. Package Name is used to output test result. 345 * @param sNode suite node 349 private TestSuite loadSuite(final TestPackage pkg, Node sNode [all...] |