Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic.h373 : m_Location(location), m_OldValue(*location) {} in CFX_AutoRestorer()
374 ~CFX_AutoRestorer() { *m_Location = m_OldValue; } in ~CFX_AutoRestorer()
378 const T m_OldValue; variable