Home
last modified time | relevance | path

Searched refs:HasAttr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_xml.h84 FX_BOOL HasAttr(FX_BSTR qName) const;
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp647 FX_BOOL CXML_Element::HasAttr(FX_BSTR name) const in HasAttr() function in CXML_Element
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp698 TEST(DeclarationMatcher, HasAttr) { in TEST() argument