OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pDirectDict
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.cpp
20
if (that.
m_pDirectDict
)
21
m_pDirectDict
= ToDictionary(that.
m_pDirectDict
->Clone());
31
return
m_pDirectDict
.get();
46
m_pDirectDict
= std::move(pDict);
cpdf_contentmarkitem.h
42
std::unique_ptr<CPDF_Dictionary>
m_pDirectDict
;
Completed in 124 milliseconds