Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp491 , m_bTakeover(FALSE) in CFX_FileBufferArchive()
500 if (m_pFile && m_bTakeover) { in Clear()
504 m_bTakeover = FALSE; in Clear()
512 if (m_pFile && m_bTakeover) { in AttachFile()
516 m_bTakeover = bTakeover; in AttachFile()
524 if (m_pFile && m_bTakeover) { in AttachFile()
531 m_bTakeover = TRUE; in AttachFile()
539 if (m_pFile && m_bTakeover) { in AttachFile()
546 m_bTakeover = TRUE; in AttachFile()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h281 FX_BOOL m_bTakeover; variable