Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:m_dwFlags

24       m_dwFlags(Type::kTakeOver | (bConsecutive ? Type::kConsecutive : 0)) {}
33 m_dwFlags(Type::kConsecutive | (bTakeOver ? Type::kTakeOver : 0)) {
38 if (m_dwFlags & Type::kTakeOver) {
74 if (m_dwFlags & Type::kConsecutive) {
109 if (m_dwFlags & Type::kConsecutive) {
152 if (m_dwFlags & Type::kConsecutive) {
164 if (!(m_dwFlags & Type::kConsecutive))
172 m_dwFlags = Type::kConsecutive;
176 if (!(m_dwFlags & Type::kConsecutive))
183 m_dwFlags = Type::kTakeOver;