Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp326 const CFX_CSSData::Property* pProperty, in ParseValueListProperty() argument
331 (pProperty->eName == CFX_CSSProperty::FontFamily) ? ',' : ' '; in ParseValueListProperty()
334 const uint32_t dwType = pProperty->dwType; in ParseValueListProperty()
385 switch (pProperty->eName) { in ParseValueListProperty()
406 AddPropertyHolder(pProperty->eName, pList, bImportant); in ParseValueListProperty()
Dcfx_cssdeclaration.h65 void ParseValueListProperty(const CFX_CSSData::Property* pProperty,
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp578 CPDF_Object* pProperty = GetObject(0); in Handle_BeginMarkedContent_Dictionary() local
579 if (!pProperty) in Handle_BeginMarkedContent_Dictionary()
586 if (pProperty->IsName()) { in Handle_BeginMarkedContent_Dictionary()
587 ByteString property_name = pProperty->GetString(); in Handle_BeginMarkedContent_Dictionary()
592 } else if (pProperty->IsDictionary()) { in Handle_BeginMarkedContent_Dictionary()
593 new_marks->AddMarkWithDirectDict(tag, pProperty->AsDictionary()); in Handle_BeginMarkedContent_Dictionary()