Searched refs:nodeInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.js23 * @param {Object} nodeInfo The info for the node whose children we
28 function getSyncNodeChildren(nodeInfo, callback) {
38 chrome.sync.getNodeById(nodeInfo.firstChildId, processChildInfo);
43 * @param {dictionary} nodeInfo The node info to create the tree
47 function makeNodeTreeItem(nodeInfo) {
49 label: nodeInfo.title,
50 detail: nodeInfo
53 if (nodeInfo.isFolder) {
61 getSyncNodeChildren(nodeInfo, function(children) {
78 * @param {dictionary} nodeInfo Th
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DBottomUpProfileDataGridTree.js98 var nodeInfo = remainingNodeInfos[index];
99 var ancestor = nodeInfo.ancestor;
100 var focusNode = nodeInfo.focusNode;
105 var totalTimeAccountedFor = nodeInfo.totalTimeAccountedFor;
129 nodeInfo.ancestor = parent;
130 child._remainingNodeInfos.push(nodeInfo);
/external/libxml2/
H A DHTMLparser.c238 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
259 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1];
261 ctxt->nodeInfo = NULL;
4270 ctxt->nodeInfo->end_pos = ctxt->input->consumed +
4272 ctxt->nodeInfo->end_line = ctxt->input->line;
4273 ctxt->nodeInfo->node = ctxt->node;
4274 xmlParserAddNodeInfo(ctxt, ctxt->nodeInfo);
/external/libxml2/include/libxml/
H A Dparser.h307 xmlParserNodeInfo *nodeInfo; /* Current NodeInfo */ member in struct:_xmlParserCtxt
/external/bison/tests/
H A Dtestsuite[all...]

Completed in 189 milliseconds