Searched refs:new_marks (Results 1 – 1 of 1) sorted by relevance
583 std::unique_ptr<CPDF_ContentMarks> new_marks = in Handle_BeginMarkedContent_Dictionary() local591 new_marks->AddMarkWithPropertiesHolder(tag, pHolder, property_name); in Handle_BeginMarkedContent_Dictionary()593 new_marks->AddMarkWithDirectDict(tag, pProperty->AsDictionary()); in Handle_BeginMarkedContent_Dictionary()597 m_ContentMarksStack.push(std::move(new_marks)); in Handle_BeginMarkedContent_Dictionary()662 std::unique_ptr<CPDF_ContentMarks> new_marks = in Handle_BeginMarkedContent() local664 new_marks->AddMark(GetString(0)); in Handle_BeginMarkedContent()665 m_ContentMarksStack.push(std::move(new_marks)); in Handle_BeginMarkedContent()