Searched refs:node_info (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi_unittest.cc | 871 DictionaryValue* node_info = NULL; in TEST_F() local 872 EXPECT_TRUE(return_args.Get().GetDictionary(0, &node_info)); in TEST_F() 873 if (node_info) { in TEST_F() 877 CheckNodeValue(node, *node_info); in TEST_F() 889 DictionaryValue* node_info = NULL; in CheckGetNodeByIdReturnArgs() local 890 EXPECT_TRUE(return_args.Get().GetDictionary(0, &node_info)); in CheckGetNodeByIdReturnArgs() 891 if (node_info) { in CheckGetNodeByIdReturnArgs() 895 CheckNodeValue(node, *node_info); in CheckGetNodeByIdReturnArgs()
|
D | syncapi.cc | 315 DictionaryValue* node_info = new DictionaryValue(); in ToValue() local 316 node_info->SetString("id", base::Int64ToString(GetId())); in ToValue() 318 node_info->SetString("modificationTime", in ToValue() 320 node_info->SetString("parentId", base::Int64ToString(GetParentId())); in ToValue() 321 node_info->SetBoolean("isFolder", GetIsFolder()); in ToValue() 323 node_info->SetString("title", WideToUTF8(GetTitle())); in ToValue() 324 node_info->Set("type", ModelTypeToValue(GetModelType())); in ToValue() 327 node_info->SetString("externalId", in ToValue() 329 node_info->SetString("predecessorId", in ToValue() 331 node_info->SetString("successorId", in ToValue() [all …]
|
/external/libxml2/ |
D | SAX2.c | 1759 xmlParserNodeInfo node_info; in xmlSAX2EndElement() local 1773 node_info.end_pos = ctxt->input->cur - ctxt->input->base; in xmlSAX2EndElement() 1774 node_info.end_line = ctxt->input->line; in xmlSAX2EndElement() 1775 node_info.node = cur; in xmlSAX2EndElement() 1776 xmlParserAddNodeInfo(ctxt, &node_info); in xmlSAX2EndElement() 2404 xmlParserNodeInfo node_info; in xmlSAX2EndElementNs() local 2411 node_info.end_pos = ctxt->input->cur - ctxt->input->base; in xmlSAX2EndElementNs() 2412 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs() 2413 node_info.node = cur; in xmlSAX2EndElementNs() 2414 xmlParserAddNodeInfo(ctxt, &node_info); in xmlSAX2EndElementNs()
|
D | HTMLparser.c | 4148 htmlParserNodeInfo node_info; in htmlParseElement() local 4164 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement() 4166 node_info.begin_line = ctxt->input->line; in htmlParseElement() 4215 node_info.end_pos = ctxt->input->consumed + in htmlParseElement() 4217 node_info.end_line = ctxt->input->line; in htmlParseElement() 4218 node_info.node = ctxt->node; in htmlParseElement() 4219 xmlParserAddNodeInfo(ctxt, &node_info); in htmlParseElement() 4250 node_info.end_pos = ctxt->input->consumed + in htmlParseElement() 4252 node_info.end_line = ctxt->input->line; in htmlParseElement() 4253 node_info.node = ctxt->node; in htmlParseElement() [all …]
|
D | parser.c | 9566 xmlParserNodeInfo node_info; in xmlParseElement() local 9582 node_info.begin_pos = ctxt->input->consumed + in xmlParseElement() 9584 node_info.begin_line = ctxt->input->line; in xmlParseElement() 9644 node_info.end_pos = ctxt->input->consumed + in xmlParseElement() 9646 node_info.end_line = ctxt->input->line; in xmlParseElement() 9647 node_info.node = ret; in xmlParseElement() 9648 xmlParserAddNodeInfo(ctxt, &node_info); in xmlParseElement() 9672 node_info.end_pos = ctxt->input->consumed + in xmlParseElement() 9674 node_info.end_line = ctxt->input->line; in xmlParseElement() 9675 node_info.node = ret; in xmlParseElement() [all …]
|
/external/bison/ |
D | ChangeLog | 966 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
|