Searched refs:node (Results 476 - 500 of 3060) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java99 * (postorder) are invoked for each node as we traverse over them,
100 * with the result that the node is written out to m_contentHandler.
149 * (postorder) are invoked for each node as we traverse over them,
150 * with the result that the node is written out to m_contentHandler.
201 private final void dispatachChars(int node) argument
204 m_dtm.dispatchCharactersEvents(node, m_contentHandler, false);
208 * Start processing given node
211 * @param node Node to process
215 protected void startNode(int node) throws org.xml.sax.SAXException argument
221 // ((NodeConsumer) m_contentHandler).setOriginatingNode(node);
363 endNode(int node) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOMSerializer.java65 * Serializes the DOM node. Throws an exception only if an I/O
70 * @param node the DOM node to serialize
73 public void serialize(Node node) throws IOException; argument
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmark_api_helpers.h25 const BookmarkNode* node,
29 // Add a JSON representation of |node| to the JSON |nodes|.
31 const BookmarkNode* node,
36 const BookmarkNode* node,
47 // Get meta info from |node| and all it's children recursively.
48 void GetMetaInfo(const BookmarkNode& node,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_math.js13 * Initializes the traversal with the provided math node.
19 * The active math <MATH> node. In this context, "active" means that this is
26 * The node currently under inspection.
54 * When traversing a Mathjax node this will contain the internal
55 * MathML representation of the node.
61 * Semantic representation of the current node.
120 * @param {Node} node A MathML node.
122 cvox.TraverseMath.prototype.initialize = function(node) {
123 if (cvox.DomUtil.isMathImg(node)) {
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dobject_walker.js28 cvox.ObjectWalker.prototype.stopNodeDescent = function(node) {
29 return cvox.DomUtil.isLeafNode(node);
38 prevSel.end.node,
39 sel.start.node,
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_button_cell.h18 + (id)buttonCellForNode:(const BookmarkNode*)node
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py36 '''An abstract representation of a node in an APISchemaGraph.
71 '''Returns the path pointing to this node's parent.
74 'Tried to look up parent for the top-level node.'
76 # lookup_path[-1] is the name of the current node. If this lookup_path
77 # describes a regular node, then lookup_path[-2] will be a node category.
82 # node name, thus lookup_path[-3] must be 'events'.
88 # This is a regular node, so lookup_path[-2] should
89 # be a node category.
94 '''Returns the ChannelInfo object for this node
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbase_bookmark_model_observer.cc34 const BookmarkNode* node,
46 const BookmarkNode* node) {
52 const BookmarkNode* node) {
57 const BookmarkNode* node) {
30 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
45 BookmarkNodeChanged(BookmarkModel* model, const BookmarkNode* node) argument
50 BookmarkNodeFaviconChanged( BookmarkModel* model, const BookmarkNode* node) argument
55 BookmarkNodeChildrenReordered( BookmarkModel* model, const BookmarkNode* node) argument
/external/chromium_org/content/renderer/
H A Ddom_utils.h18 static blink::WebNode ExtractParentAnchorNode(const blink::WebNode& node);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCandidate.h50 StyleSheetCandidate(Node& node) argument
51 : m_node(node)
52 , m_type(typeOf(node))
70 Node& node() const { return *m_node; } function in class:blink::StyleSheetCandidate
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventDispatcher.cpp43 bool EventDispatcher::dispatchEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator) argument
49 EventDispatcher dispatcher(node, mediator->event());
53 EventDispatcher::EventDispatcher(Node* node, PassRefPtrWillBeRawPtr<Event> event) argument
54 : m_node(node)
60 ASSERT(node);
63 m_view = node->document().view();
67 void EventDispatcher::dispatchScopedEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator) argument
70 mediator->event()->setTarget(EventPath::eventTargetRespectingTargetRules(node));
74 void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent, SimulatedClickMouseEventOptions mouseEventOptions) argument
81 if (isDisabledFormControl(node))
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGTextPath.cpp43 ASSERT(child->node());
44 if (isSVGAltGlyphElement(*child->node()))
53 SVGTextPathElement* textPathElement = toSVGTextPathElement(node());
74 return toSVGTextPathElement(node())->startOffset()->currentValue()->valueAsPercentage();
/external/chromium_org/third_party/angle/src/third_party/compiler/
H A DArrayBoundsClamper.cpp50 virtual bool visitBinary(Visit visit, TIntermBinary* node) argument
52 if (node->getOp() == EOpIndexIndirect)
54 TIntermTyped* left = node->getLeft();
57 node->setAddIndexClamp();
/external/chromium_org/third_party/skia/include/views/
H A DSkViewInflate.h29 SkView* inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root = NULL);
46 virtual SkView* createView(const SkDOM& dom, const SkDOM::Node* node);
47 /** Base implementation calls view->inflate(dom, node). Subclasses may override this
51 virtual void inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node);
68 void rInflate(const SkDOM& dom, const SkDOM::Node* node, SkView* parent);
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.h99 // Check if {node} can be covered while generating code for the current
100 // instruction. A node can be covered if the {user} of the node has the only
102 bool CanCover(Node* user, Node* node) const;
104 // Checks if {node} was already defined, and therefore code was already
106 bool IsDefined(Node* node) const;
108 // Inform the instruction selection that {node} was just defined.
109 void MarkAsDefined(Node* node);
111 // Checks if {node} has any uses, and therefore code has to be generated for
113 bool IsUsed(Node* node) cons
[all...]
H A Djs-builtin-reducer.h11 #include "src/compiler/node.h"
24 virtual Reduction Reduce(Node* node) OVERRIDE;
33 Reduction ReduceMathSqrt(Node* node);
34 Reduction ReduceMathMax(Node* node);
35 Reduction ReduceMathImul(Node* node);
H A Dnode-aux-data-inl.h9 #include "src/compiler/node.h"
10 #include "src/compiler/node-aux-data.h"
22 void NodeAuxData<T>::Set(Node* node, const T& data) { argument
23 int id = node->id();
32 T NodeAuxData<T>::Get(Node* node) { argument
33 int id = node->id();
H A Dsource-position.cc7 #include "src/compiler/node-aux-data-inl.h"
18 virtual void Decorate(Node* node) { argument
20 source_positions_->table_.Set(node, source_positions_->current_position_);
49 SourcePosition SourcePositionTable::GetSourcePosition(Node* node) { argument
50 return table_.Get(node);
/external/chromium_org/v8/tools/
H A Dsplaytree.js42 * Pointer to the root node of the tree.
60 * Inserts a node into the tree with the specified key and value if
61 * the tree does not already contain a node with the specified key. If
72 // Splay on the key to move the last node on the search path for
78 var node = new SplayTree.Node(key, value);
80 node.left = this.root_;
81 node.right = this.root_.right;
84 node.right = this.root_;
85 node.left = this.root_.left;
88 this.root_ = node;
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DOptimizerProvider.java19 import com.google.clearsilver.jsilver.syntax.node.Switch;
/external/skia/include/views/
H A DSkViewInflate.h29 SkView* inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root = NULL);
46 virtual SkView* createView(const SkDOM& dom, const SkDOM::Node* node);
47 /** Base implementation calls view->inflate(dom, node). Subclasses may override this
51 virtual void inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node);
68 void rInflate(const SkDOM& dom, const SkDOM::Node* node, SkView* parent);
/external/smali/util/src/main/java/ds/tree/
H A DVisitor.java31 * task on a searched node.
41 * when it finds a node matching the key given to it.
43 * @param key The key that matched the node
44 * @param parent The parent of the node being visited
45 * @param node The node that is being visited
47 public void visit(String key, RadixTreeNode<T> parent, RadixTreeNode<T> node); argument
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognitionException.as76 /** If this is a tree parser exception, node is set to the node with
79 public var node:Object; variable
92 /** If you are parsing a tree node stream, you will encounter som
125 this.node = nodes.LT(1);
127 var payload:Token = adaptor.getToken(node);
131 // imaginary node; no line/pos info; scan backwards
147 else { // node created from real token
152 else if ( this.node is Tree) {
153 this.line = this.node
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognitionException.java75 /** If this is a tree parser exception, node is set to the node with
78 public Object node; field in class:RecognitionException
91 /** If you are parsing a tree node stream, you will encounter som
125 this.node = nodes.LT(1);
127 Token payload = adaptor.getToken(node);
131 // imaginary node; no line/pos info; scan backwards
147 else { // node created from real token
152 else if ( this.node instanceof Tree) {
153 this.line = ((Tree)this.node)
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DRecognitionException.js77 /** If this is a tree parser exception, node is set to the node with
81 node: null,
105 /** If you are parsing a tree node stream, you will encounter som
124 this.node = nodes.LT(1);
126 payload = adaptor.getToken(this.node);
130 // imaginary node; no line/pos info; scan backwards
146 else { // node created from real token
151 else if ( this.node instanceof org.antlr.runtime.tree.Tree) {
152 this.line = this.node
[all...]

Completed in 895 milliseconds

<<11121314151617181920>>