HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 1576 - 1600 of 2129) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 44 #include "core/dom/Node.h"
151 static Node* hoveredNodeForPoint(LocalFrame* frame, const IntPoint& point, bool ignorePointerEventsNone)
159 Node* node = result.innerPossiblyPseudoNode(); local
160 while (node && node->nodeType() == Node::TEXT_NODE)
161 node = node->parentNode();
162 return node;
397 Node* node = nodeForId(nodeId); local
407 Node* node = assertNode(errorString, nodeId); local
420 Node* node = assertNode(errorString, nodeId); local
447 Node* node = assertNode(errorString, nodeId); local
530 Node* node = nodeForId(nodeId); local
602 Node* node = assertNode(errorString, nodeId); local
619 Node* node = assertNode(errorString, nodeId); local
754 Node* node = assertEditableNode(errorString, nodeId); local
804 Node* node = assertNode(errorString, nodeId); local
820 Node* node = assertEditableNode(errorString, nodeId); local
848 Node* node = assertEditableNode(errorString, nodeId); local
863 Node* node = assertNode(errorString, nodeId); local
905 Node* node = target->toNode(); local
959 Node* node = document->documentElement(); local
1021 Node* node = result->snapshotItem(i, exceptionState); local
1236 Node* node = 0; local
1281 Node* node = assertEditableNode(errorString, nodeId); local
1341 Node* node = assertNode(errorString, nodeId); local
1377 Node* node = assertNode(errorString, nodeId); local
1423 Node* node = nodeForId(nodeId); local
1448 Node* node = injectedScript.nodeForObjectId(objectId); local
2057 Node* node = InspectorNodeIds::nodeForId(backendNodeId); local
2067 Node* node = assertNode(errorString, nodeId); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 88 Node* node = box().node(); local
89 if (node && node->isElementNode()) {
91 Element* element = toElement(node);
120 Node* node = box().node(); local
121 if (node && node->isElementNode()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js 202 * @param {?WebInspector.DOMNode} node
205 selectDOMNode: function(node, focus)
207 if (this._selectedDOMNode === node) {
208 this._revealAndSelectNode(node, !focus);
212 this._selectedDOMNode = node;
213 this._revealAndSelectNode(node, !focus);
218 // node as the one passed in.
219 if (this._selectedDOMNode === node)
228 var node = this.selectedDOMNode();
229 if (!node)
505 var node = treeElement.representedObject; variable
    [all...]
StylesSidebarPane.js 185 contextMenu.appendApplicableItems(/** @type {!Node} */ (event.target));
242 * @param {?WebInspector.DOMNode} node
245 update: function(node, forceUpdate)
255 if (!forceUpdate && (node === this._node))
258 if (node && node.nodeType() === Node.TEXT_NODE && node.parentNode)
259 node = node.parentNode
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 2031 FT_ListNode node = NULL; local
2362 FT_ListNode node; local
2407 FT_ListNode node = 0; local
2465 FT_ListNode node; local
3888 FT_ListNode node = NULL; local
3935 FT_ListNode node; local
3978 FT_ListNode node; local
4036 FT_ListNode node = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 59 // Node structure for the ternary, uncompressed trie
72 kEndsWord = 0x0001 // This node marks the end of a valid word
93 // Start the trie off with something. Having the root node already present
253 TernaryNode *fRoot; // Root node
285 TernaryNode *node = (TernaryNode *) fNodeStack.peek(); local
293 if (node->low != NULL) {
295 node = (TernaryNode *) fNodeStack.push(node->low, status);
300 emit = node->flags > 0;
301 equal = (node->equal != NULL)
676 const CompactTrieNode *node = getCompactNode(fInfo, fInfo->root); local
812 const CompactTrieNode *node = getCompactNode(fInfo, fNodeStack.peeki()); local
1134 CompactTrieVerticalNode *node = (CompactTrieVerticalNode *)(bytes+offset); local
1371 BuildCompactTrieNode *node; local
1497 BuildCompactTrieNode *node; local
1618 const CompactTrieNode *node = getCompactNode(header, nodeIdx); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 239 // We defer actually building the TextTrieMap node structure until the first time a
266 fNodes[0].clear(); // Init root node.
283 CharacterNode *node = fNodes; local
286 node = addChildNode(node, keyBuffer[index], status);
288 node->addValue(value, status);
294 return FALSE; // We use 16-bit node indexes.
341 // Insert a new child node with c in sorted order.
342 CharacterNode *node = fNodes + fNodesCount; local
343 node->clear()
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 156 const HuffmanTreeNode* node = tree->root_; local
166 node += tree->lut_jump_[lut_ix];
171 assert(node != NULL);
173 node = HuffmanTreeNextNode(node, bits & 1);
176 } while (HuffmanTreeNodeIsNotLeaf(node));
178 return node->symbol_;
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 518 // Trellis node
520 int8_t prev; // best previous node
523 } Node;
537 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA])
558 Node nodes[16][NUM_NODES];
589 // initialize source node.
618 Node* const cur = &NODE(n, m);
628 if (level > MAX_LEVEL || level < 0) { // node is dead?
654 // Examine node assuming it's a non-terminal one
698 const Node* const node = &NODE(n, best_node); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
catalog.c 231 * @node: the context node
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error,
242 __xmlRaiseError(NULL, NULL, NULL, catal, node, XML_FROM_CATALOG,
530 * @cgroup: group node for group members
537 xmlNodePtr node; local
556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
558 xmlAddChild(catalog, node);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL)
    [all...]
valid.c 132 * @node: the node raising the error
142 xmlNodePtr node, xmlParserErrors error,
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
175 * @node: the node raising the error
185 xmlNodePtr node, xmlParserErrors error,
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
216 * @node: the node raising the erro
268 xmlNodePtr node; \/* pointer to the current node *\/ member in struct:_xmlValidState
353 xmlNodePtr node; \/* pointer to the current node in the list *\/ member in struct:_xmlValidState
    [all...]
xmllint.c 2068 xmlNodePtr node; local
2464 xmlNodePtr node; local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 86 xsltCopyNamespaceListInternal(xmlNodePtr node, xmlNsPtr cur);
91 xmlNodePtr node,
620 xmlNodePtr node, xmlNodePtr insert, int literal);
624 * @parent: the parent node
625 * @cur: the child node
629 * and the routine will take care of not leaking on errors or node merge
651 * @target: the text node where the text will be attached
655 * Extend the current text node with the new string, it handles coalescing
657 * Returns: the text node
704 * @noescape: should disable-escaping be activated for this text node
5845 xmlNodePtr root, node; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 456 ast_node *node; member in union:YYSTYPE
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 615 class RIG_Node : public Graph::Node
643 uint16_t degreeLimit; // if deg < degLimit, node is trivially colourable
713 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this)
809 // add val's definitions to rep and extend the live interval of its RIG node
979 GCRA::RIG_Node::addInterference(RIG_Node *node)
981 this->degree += relDegree[node->colors][colors];
982 node->degree += relDegree[colors][node->colors];
984 this->attach(node, Graph::Edge::CROSS);
988 GCRA::RIG_Node::addRegPreference(RIG_Node *node)
1066 RIG_Node *node = *it; local
1248 RIG_Node *node = &nodes[stack.top()]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 37 * \defgroup AST Abstract syntax tree node definitions
56 void *node; local
58 node = rzalloc_size(ctx, size);
59 assert(node != NULL);
61 return node;
72 * Print an AST node in something approximating the original GLSL code
77 * Convert the AST node to the high-level intermediate representation
83 * Retrieve the source location of an AST node
85 * This function is primarily used to get the source position of an AST node
104 * Set the source location of an AST node from a parser locatio
345 void *node; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 157 void *node; local
159 node = rzalloc_size(ctx, size);
160 assert(node != NULL);
162 return node;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 2464 X509_POLICY_NODE *node; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.h 556 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
559 X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node); variable
561 X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h 556 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
559 X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node); variable
561 X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 117 false, <b>no children of this node or its sibilings</b> will be Visited.
145 /// Visit a text node
147 /// Visit a comment node
149 /// Visit an unknown node
226 /** Return the position, in the original source file, of this node or attribute.
419 Nodes have siblings, a parent, and children. A node can be
441 a node to a stream is very well defined. You'll get a nice stream
454 /// Appends the XML node or attribute to a std::string.
499 /** Changes the value of the node. Defined as:
515 /// Delete all the children of this node. Does not affect 'this'
1026 const TiXmlAttribute* node = attributeSet.Find( name ); local
1039 const TiXmlAttribute* node = attributeSet.Find( name ); local
1714 TiXmlNode* node; member in class:TiXmlHandle
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 548 struct Node *next; /* for chaining */
554 typedef struct Node {
557 } Node;
563 lu_byte lsizenode; /* log2 of size of `node' array */
566 Node *node; member in struct:Table
567 Node *lastfree; /* any free position is before this position */
  /external/chromium_org/v8/src/
spaces.cc 2126 FreeListNode* node = top(); local
2136 FreeListNode* node = top(); local
2164 FreeListNode* node = PickNodeFromList(node_size); local
2257 FreeListNode* node = NULL; local
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1883 CodeGenModule::ByrefHelpers *node local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 81 // Enable eager node reclaimation when constructing the ExplodedGraph.
371 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node");
386 // For each node in CheckedSet, generate CleanedNodes that have the
705 const ExplodedNode *node = Bldr.generateSink(S, Pred, Pred->getState()); local
706 Engine.addAbortedBlock(node, currBldrCtx->getBlock());
    [all...]

Completed in 1828 milliseconds

<<61626364656667686970>>