Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCAutoComplete.h130 BOOL m_bExpand; member
H A DCAutoComplete.cpp2027 if (pThread->m_bExpand || m_innerList.GetSize() == 0) in DoThreadWork()
2086 pThread->m_bExpand = !strStemText.IsEmpty(); in OnAutoCompStart()
2099 if (pThread->m_bExpand && m_pACList) in OnAutoCompStart()
/reactos/modules/rostests/apitests/browseui/
H A DIAutoComplete.cpp576 BOOL m_bReset, m_bExpand; member
695 ok(s_bExpand == entry.m_bExpand, "Line %d: s_bExpand was %d\n", entry.m_line, s_bExpand); in DoTestCaseB()