Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp654 std::vector<RetainPtr<CFX_CSSValue>> familyList; in ParseFontProperty() local
708 familyList.push_back(pdfium::MakeRetain<CFX_CSSStringValue>( in ParseFontProperty()
773 if (!familyList.empty()) { in ParseFontProperty()
774 auto pList = pdfium::MakeRetain<CFX_CSSValueList>(familyList); in ParseFontProperty()