Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/
H A DSubWindow.cpp24 ObjectSubWindowKey::ObjectSubWindowKey(void* object) in ObjectSubWindowKey() function in ObjectSubWindowKey
32 ObjectSubWindowKey::Equals(const SubWindowKey* other) const in Equals()
37 const ObjectSubWindowKey* key in Equals()
38 = dynamic_cast<const ObjectSubWindowKey*>(other); in Equals()
44 ObjectSubWindowKey::HashCode() const in HashCode()
H A DSubWindow.h25 class ObjectSubWindowKey : public SubWindowKey {
27 ObjectSubWindowKey(void* object);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DMainWindow.cpp157 ObjectSubWindowKey* key = new(std::nothrow) ObjectSubWindowKey(thread); in OpenThreadWindow()
162 ObjectDeleter<ObjectSubWindowKey> keyDeleter(key); in OpenThreadWindow()