Searched defs:ParseElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dasn1_util.cc11 bool ParseElement(base::StringPiece* in, function in namespace:net::asn1
88 if (!ParseElement(in, tag_value, out, &header_len))
155 if (!ParseElement(&cert, kSEQUENCE, spki_out, NULL))
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_unittest.cc64 std::string str = ParseElement(line, &line_position,
82 std::string str = ParseElement(line, &line_position,
94 static std::string ParseElement(const std::string& line, function in class:DataLogParser
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc63 std::string str = ParseElement(line, &line_position,
81 std::string str = ParseElement(line, &line_position,
93 static std::string ParseElement(const std::string& line, function in class:DataLogParser
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp376 CXML_Element* CXML_Parser::ParseElement(CXML_Element* pParent, FX_BOOL bStartTag) function in class:CXML_Parser
511 CXML_Element* pSubElement = ParseElement(pElement, TRUE);
578 CXML_Element* pElement = parser.ParseElement(NULL, FALSE);

Completed in 304 milliseconds