Searched refs:m_Type (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h74 Type GetType(void) const { return m_Type; }
88 Type m_Type; member in class:DnDURIObject
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp40 : m_Type(type)
57 if (m_Type == File)
75 switch (m_Type)
156 switch (m_Type)
/vbox/include/iprt/cpp/
H A Dxml.h420 return m_Type == IsElement;
427 return m_Type == IsContent;
434 return m_Type == IsElement;
484 EnumType m_Type; member in class:xml::Node
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp440 : m_Type(type)

Completed in 196 milliseconds