Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dskin_parser.cpp218 m_curLayer, m_curWindowId, m_curLayoutId, m_panelStack.back() ); in handleBeginElement()
258 attr["tooltiptext2"], attr["help"], m_curLayer, m_curWindowId, in handleBeginElement()
318 m_curLayer, m_curWindowId, m_curLayoutId, in handleBeginElement()
346 m_curWindowId ); in handleBeginElement()
387 m_curLayer, m_curWindowId, m_curLayoutId, m_panelStack.back() ); in handleBeginElement()
545 attr["tooltiptext"], attr["help"], m_curLayer, m_curWindowId, in handleBeginElement()
592 attr["help"], m_curLayer, m_curWindowId, m_curLayoutId, in handleBeginElement()
652 m_curLayer, m_curWindowId, m_curLayoutId, in handleBeginElement()
728 attr["help"], m_curLayer, m_curWindowId, m_curLayoutId, in handleBeginElement()
748 m_curWindowId = uniqueId( attr["id"] ); in handleBeginElement()
[all …]
H A Dskin_parser.hpp63 std::string m_curWindowId; member in SkinParser