Searched refs:pProperty (Results 1 – 3 of 3) sorted by relevance
326 const CFX_CSSData::Property* pProperty, in ParseValueListProperty() argument331 (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()
65 void ParseValueListProperty(const CFX_CSSData::Property* pProperty,
578 CPDF_Object* pProperty = GetObject(0); in Handle_BeginMarkedContent_Dictionary() local579 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()