Searched refs:node (Results 351 - 375 of 3060) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DNativeXPathNSResolver.cpp35 NativeXPathNSResolver::NativeXPathNSResolver(PassRefPtrWillBeRawPtr<Node> node) argument
36 : m_node(node)
H A DXMLSerializer.idl25 [RaisesException] DOMString serializeToString([Default=Undefined] optional Node node);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
H A DValidationCheck.java12 protected String getNodeText(Node node) { argument
13 return context.getNodeText(node);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSearchSymbol.cpp21 void SearchSymbol::traverse(TIntermNode *node) argument
23 node->traverse(this);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h44 void *node; local
46 node = rzalloc_size(ctx, size);
47 assert(node != NULL);
49 return node;
73 void *node; local
75 node = rzalloc_size(ctx, size);
76 assert(node != NULL);
78 return node;
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_xml_utils.h27 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node,
29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
/external/chromium_org/third_party/skia/src/views/
H A DSkBGViewArtist.cpp27 void SkBGViewArtist::onInflate(const SkDOM& dom, const SkDOM::Node* node) argument
29 SkPaint_Inflate(&fPaint, dom, node);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py17 import node as node_module
136 for node in self.nodes():
137 if not tank.has_key( type(node) ):
138 tank[ type(node) ] = {}
139 type(node).tank = tank[type(node)]
140 shape = tuple( [ type(_node).__name__ for _node in node ] )
141 if not tank[type(node)].has_key(shape):
142 tank[type(node)][shape] = []
143 tank[type(node)][shap
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_tree.h39 // Called just before a node is deleted. Its id and data will be valid,
42 virtual void OnNodeWillBeDeleted(AXNode* node) = 0;
44 // Called immediately after a new node is created. The tree may be in
46 virtual void OnNodeCreated(AXNode* node) = 0;
48 // Called when a node changes its data or children. The tree may be in
50 virtual void OnNodeChanged(AXNode* node) = 0;
52 // Called for each new node at the end of an update operation,
54 virtual void OnNodeCreationFinished(AXNode* node) = 0;
56 // Called for each existing node that changed at the end of an update
58 virtual void OnNodeChangeFinished(AXNode* node)
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm-inl.h12 #include "src/compiler/generic-node.h"
13 #include "src/compiler/generic-node-inl.h"
25 static Iterator begin(Node* node) { return node->inputs().begin(); } argument
26 static Iterator end(Node* node) { return node->inputs().end(); } argument
38 static Iterator begin(Node* node) { return node->uses().begin(); } argument
39 static Iterator end(Node* node) { return node argument
[all...]
/external/clang/test/SemaCXX/
H A Dlibstdcxx_pointer_return_false_hack.cpp15 typedef hashnode<T> node; typedef in struct:std::tr1::hashtable
16 node *find_node() {
/external/e2fsprogs/lib/e2p/
H A Duuid.c21 __u8 node[6]; member in struct:uuid
59 memcpy(uu->node, ptr, 6);
71 uuid.node[0], uuid.node[1], uuid.node[2],
72 uuid.node[3], uuid.node[4], uuid.node[5]);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DACsOpenPosition.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setCsOpen(TCsOpen node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._csOpen_ = node;
H A DADataCommand.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setData(TData node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._data_ = node;
H A DADecNumberVariable.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setDecNumber(TDecNumber node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._decNumber_ = node;
H A DADecimalExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setValue(TDecNumber node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._value_ = node;
H A DAExistsExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setExpression(PExpression node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._expression_ = node;
H A DAHexExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setValue(THexNumber node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._value_ = node;
H A DAHexNumberVariable.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setHexNumber(THexNumber node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._hexNumber_ = node;
H A DANameVariable.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setWord(TWord node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._word_ = node;
H A DANegativeExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setExpression(PExpression node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._expression_ = node;
H A DANotExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setExpression(PExpression node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._expression_ = node;
H A DANumericExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setExpression(PExpression node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._expression_ = node;
H A DAStringExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setValue(TString node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._value_ = node;
H A DAVariableExpression.java3 package com.google.clearsilver.jsilver.syntax.node;
42 public void setVariable(PVariable node) argument
49 if(node != null)
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
59 this._variable_ = node;

Completed in 424 milliseconds

<<11121314151617181920>>