Home
last modified time | relevance | path

Searched refs:ParseElement (Results 1 – 6 of 6) sorted by relevance

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