Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DMenu.cpp274 fAttachAborted(false) in BMenu()
308 fAttachAborted(false) in BMenu()
342 fAttachAborted(false) in BMenu()
426 fAttachAborted = _AddDynamicItems(keyDown); in AttachedToWindow()
428 if (!fAttachAborted) { in AttachedToWindow()
1332 fAttachAborted(false) in BMenu()
1622 fAttachAborted = false; in _Show()
1634 if (fAttachAborted) { in _Show()
/haiku/headers/os/interface/
H A DMenu.h333 bool fAttachAborted; variable